Web server written with Next.js, for the JumpCoder competitive programming platform.
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
To run the production server, run the following commands:
# 1. Build the Next.js production build
yarn build
# 2. Then, run the production build
yarn startBefore deploying in production, make sure to set NODE_ENV=production.
Licensed under the GNU Affero General Public License v3.0 or later.