Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 560 Bytes

Wyrm theme for Webhook

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.

Usage

  1. After installing through Webhook close your local runserver.
  2. Run bower install. This requires bower, which can be installed by running npm install -g bower.
  3. Run grunt copy to copy the bower dependencies into /static/
  4. Run grunt sass to build a css file.
  5. Restart your runserver. Editing sass will rebuild css automatically.