Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 315 Bytes

Usage

Install the python dependencies using pip install -r requirements.txt
Install the node dependencies using npm install

Run the django runserver using python manage.py runserver
Build the dev version of React using npm run dev or use npm run build for production version