Skip to content

annaqui/ttsite

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published