Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 348 Bytes

TronBot Server

A simple server for an upcoming bot competition. More coming soon!

Server Setup:

  1. Run npm install
  2. Copy .env.example into .env and configure.
  3. Start mongodb server
  4. Update public/login.js and adminPage.js, setting the RootUrl variable to the correct location (localhost if running locally)
  5. Run npm start