cd tools && npm install
gem install compass
# Bonus: Mac Notifier
gem install terminal-notifier
make build
Then open build/template/template.html in your browser.
Edit the files in src/.
For example:
- Changing
[Client name]insrc/includes/_headTemplate.handlebarsupdates the library page title. - Changing
OOCSSinsrc/includes/_header.handlebarsupdates the library page's header text.
Use the other build tasks to create new components and update the library.
make buildmake watchmake bw- Runsmake buildandmake watchat the same time.make component -name [component name]- Create a new component with the name you specify. E.g.make component -name button. This will automatically create the component folder, Sass, handlebar and JavaScript files.