Dearly is starting…

Dearly has not started

The page loaded, but the application did not. That almost always means the built files are not the ones being served.

  • On a deployed site: the host is serving the project source instead of the build output. Set the build command to npm run build and the build output directory to dist, then deploy again.
  • Opened from your computer: this file cannot run on its own. Run npm install and then npm run dev, and open the address it prints.
  • Otherwise: open your browser's developer console. A failed request for a file under /assets/ points at a missing or misconfigured deploy.

Nothing has been lost. Letters are stored in this browser and are not affected by a failed page load. Full instructions are in the project README.