mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-15 01:17:57 -05:00
467fa2e07501e4a052d41aba5d52c3f317ff0703
Fuel UX - Live Documentation
Setup
- To install bower dependencies,
bower install - To update bower dependencies, run
bower update - To update a specific bower dependency,
bower update fuelux - To install jekyll, run
bundle install - To serve a jekyll site and watch, run
jekyll serve --watch** If that doesn't work, trybundle exec jekyll serve --watch
Local Development FAQ
- _config.yml contains config stuff related to the
{{site}}variables used throughout the gh-pages site. ** If you are editing local JS or CSS, you will need to uncomment the localurlvar in this file (url: http://0.0.0.0:4000/)
Notes
- Any h tag with an id will automagically be given a little link thing to its left that people can use to link back to the documentation. The more h tags have ids, the more reference-able our documentation will be.
Description
Languages
JavaScript
97.1%
HTML
1.9%
Less
0.5%
Handlebars
0.5%