/coders-website

A companion website for a Competetive Coder

Primary LanguageJavaScript

Coders Website

A Companion Website for competitive Coders

Instructions

To run the website you need to install Mongodb Server, Nodejs and npm.
First install Dependencies (Will install Frontend and Backend Dependencies)

npm install

To Run The Website:

  • Build the Frontend
npm run build
  • Run the Website
npm start

To Run the Developement Server:

npm run dev