Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 967 Bytes

README.md

File metadata and controls

62 lines (41 loc) · 967 Bytes

Getting Started

Make sure you have the prerequisites installed
Python3

https://www.python.org/downloads/

Django

Install Django as per the instructions here https://docs.djangoproject.com/en/1.9/topics/install/

Sass and Compass
$ gem install sass
$ gem install compass
Bootstrap-Sass
$ gem install bootstrap-sass
Install Bower
$ npm install -g bower
Install the development dependancies
$ npm install

This creates a folder called node_modules used for building

Then run
$ bower update 

This will create the assest/bower components

Make sure you have Gulp installed
$ npm install --global gulp-cli
$ npm install --save-dev gulp

Running gulp will build the project and deploy all the scss and js files

running gulp watch
$ gulp watch

Will watch the assets/sass and assets/js folders for changes