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 Feb 1, 2021
·
11 revisions
The steps to setup the new system are as follows
Clone the repo, cd into it
Create and activate a virtualenv per the instructions on the other page
pip3 install -r requirements.txt
Install NPM and Gulp
npm install && gulp build
From then on you can run 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.