Add Gulp CLI install command step.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-22 17:23:48 -04:00
parent a4ff07c9bd
commit 62e7e02687
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ pip install pipenv
pipenv install --dev
pipenv shell
python manage.py migrate
npm install -g gulp-cli
npm install
gulp build
python manage.py runserver