Hello, world
This starter is intentionally small. It demonstrates the pattern, not a finished site.
The flow
- Write content locally and preview with
npm run dev. - Push to Git.
- The server builds it (
npm run build) and serves the static output.
There is no database and no server process to keep alive. That is the point of a static site: the only thing that can break is the build, and the build runs the same way every time.