Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000:
# npm
npm run devBuild the application for production:
# npm
npm run build
PORT=4001 node .output/server/index.mjsCheck out the deployment documentation for more information.