Skip to content
Arona Jones edited this page Feb 1, 2021 · 11 revisions

The steps to setup the new system are as follows

  1. Clone the repo, cd into it
  2. Create and activate a virtualenv per the instructions on the other page
  3. pip3 install -r requirements.txt
  4. Install NPM and Gulp
  5. 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.

Clone this wiki locally