This is a starter site theme that uses the Wyrm Sass frontend framework. It also includes some other common javascript used in most website builds.
- After installing through Webhook close your local runserver.
- Run
bower install
. This requires bower, which can be installed by runningnpm install -g bower
. - Run
grunt copy
to copy the bower dependencies into/static/
- Run
grunt sass
to build a css file. - Restart your runserver. Editing sass will rebuild css automatically.