- Copy the repo to your machine.
- Make sure you have Python and Django and NodeJs installed on your system. If not you will need to install them.
- Install yarn on your machine.
- Go to the frontend folder
cd frontendand run these commands:
yarn installyarn run build- Go back to the project folder and run
python manage.py runserverEvery time you made a change on the React side of the project you need to run:
npm run buildto create new build/ folder.