To run a development server, open up a terminal window in the root directory of the project and run
pnpm dev
This will open a development webfront at localhost:3000
.
To build for production, open up a terminal window in the root directory of the project and run
pnpm build
This will compile all assets to a directory that can be served statically via NGINX. You can find the live demo of our site here.