Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 556 Bytes

File metadata and controls

27 lines (25 loc) · 556 Bytes

How to use!

  1. Copy the repo to your machine.
  2. Make sure you have Python and Django and NodeJs installed on your system. If not you will need to install them.
  3. Install yarn on your machine.
  4. Go to the frontend folder
cd frontend

and run these commands:

yarn install
yarn run build
  1. Go back to the project folder and run
python manage.py runserver

Note:

Every time you made a change on the React side of the project you need to run:

npm run build

to create new build/ folder.