Skip to content

rishvic/jumpcoder

Repository files navigation

JumpCoder

Web server written with Next.js, for the JumpCoder competitive programming platform.

Getting Started

Development Server

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Production Server

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 start

Before deploying in production, make sure to set NODE_ENV=production.


Licensed under the GNU Affero General Public License v3.0 or later.

About

A competitive programming platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors