You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arona Jones edited this page Jun 30, 2021
·
11 revisions
The steps to setup the new system are as follows
Install Pipenv, NPM and Gulp
Clone the repo, cd into it
pipenv install
npm install && gulp build
python manage.py migrate && python manage.py generateSampleData to populate the database
From then on you can run pipenv shell and then gulp watch to activate a live reloading development server. The livereload should also pickup on any JS/SCSS changes and automatically build them for you.