This is the official website of ICPC Dhaka Regional 2020.
First you need to install Node.js. Download and install it from their Official page.
For building up the frontend and installing all the dependencies, use this command.
sh deploy.sh
Use this command to start the server.
(For windows)
npm run prod:win
(For linux)
npm run prod