A theme for Bootstrap 3 by CEH Application Development Team <oss@ceh.ac.uk>
Download the bootstrap.css or bootstrap.min.css files or install using Bower:
bower install bootstrap-theme-ceh#master
A theme for CEH sites using the Bootstrap framework. It has been built using Themestrap.
You can see it in action by visiting the github pages
You can install it using bower eg.:
bower install bootstrap-theme-ceh
To customise this theme, first clone the repository,
git clone https://github.com/NERC-CEH/bootstrap-theme-ceh
Now install all the required dependencies,
npm install
bower install
Now you're ready to go, simply edit the less/variables.less and less/theme.less to your liking. When you're ready, just run grunt and it will compile and minify the distribution for you. You can also run grunt watch to automatically compile as your work. In addition you can use grunt serve to run a basic web server at http://localhost:8000 for you to check how your changes look against the examples/kitchen-sink.html example provided.
To release a new version commit your changes and create a new tag in git with the latest version number as listed in bower.json. Use semantic versioning.
After release update bower.json with the next version number and run grunt assemble to update templates that use the version number.
Once published, merge the tagged into the gh-pages branch.
Copyright 2014 Centre for Ecology & Hydrology under the GNU Public license 2.0.