Under construction 🚜
• Webpack
• React
Clone this repository.
Make sure you have npm and node installed on your machine, then run the following command at the root of your project folder:
npm install
This command installs a package and any packages that it depends on.
By default, this command will install all modules listed as dependencies in package.json.
When there is no connection to the server you will see a spinning hexagon. The server is currently only available during working hours.
These endpoints allow you to navigate through the website:
http://localhost:5000/
Log In
http://localhost:5000/signup
Sign Up
http://localhost:5000/leaderboard
Leaderboard
http://localhost:5000/profile
Profile
To enter development mode:
npm start
Please visit http://localhost:5000 to view the app in the browser.