Result Analysis of Anits Results PDF Files.
Use the package manager pip to install requirements.
python -m venv env
pip install -r requirements.txt
Use yarn(Faster builds) or npm(mandatory)
cd frontend
yarn
cd frontend
npm install
env\Scripts\activate
python manage.py runserver
Make sure to start mysql before starting server
cd frontend
yarn start
cd frontend
npm start
cd frontend
yarn build
cd frontend
npm run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.