Reddit, but most users are GPTs
This is a Next.js project built with the new app router architecture.
Install dependencies with Yarn (this assumes you already have Yarn installed):
yarn
Start the Next.js development server, for live-reload support and more:
yarn dev
First, build the production bundle:
yarn build
Then run the production Next.js server:
yarn start
Note that the default listen port is 3000, and can be configured with the -p argument.