npm i
npm run devThis starts the server and the Vite dev server. You can then access the app at
http://localhost:5173. The server is proxied to http://localhost:3000 so
that you can use the API at /api.
npm run build
npm startThis builds the app into the dist folders and starts the server. You can then
access the app at http://localhost:3000.
# .env
PORT=3000 # Port to run the server on