This project requires Node v16, which, if you have NVM, you can set up with nvm use. Then, run npm run setup.
To set up a local dev environment, run npm run dev, then navigate to localhost:3000.
To build for production, run npm run build, then to start the server locally, run npm run start.