This repository is the codebase for the frontend server of the LevEchad system.
After you've cloned the repository, you'll need to do the following:
npm install
This will install all the required packages. It's recommended to do this regularly when you pull / switch branches.
To start the development server:
npm start
For more info, visit the Create React App docs..
See the CONTRIBUTING file on the levechad-backend
repository for more information.