Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.16 KB

Chess Insights

Chess insights drawn by analyzing Chess.com games of a player.

Screenshot Map Screenshot

Installation

MONGO_URL = <url-to-your-mongo-db>
PORT=5001
  • Install all the dependencies using:
npm i
npm i
  • Add a .env.local file to the client directory. Inside add:
REACT_APP_BASE_URL=http://localhost:5001
  • Open up two terminals and run these commands:
cd server
npm run dev
cd client
npm run start
  • This should automatically open react, it may take a while to load...