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 copyto copy the bower dependencies into/static/ - Run
grunt sassto build a css file. - Restart your runserver. Editing sass will rebuild css automatically.