Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.41 KB

File metadata and controls

40 lines (26 loc) · 1.41 KB

A Bootstrap Theme

What is this?

This is Bootstrap theme created to (1) provide a demo on how to create a bootstrap-based theme, and (2) provide an uniform look-and feel for the examples in the web development courses offered by the TiCsw group.

Development

To build the theme you may use npm install. The installation process will run bower install to download the dependencies. You must call grunt to compile the CSS files.

npm install

In addition, You may run bower install to update the dependencies and/or grunt to compile the CSS files.

bower install
grunt

Demo

The project includes a set of demo pages. To check the demo, you may run grunt with the serve option.

grunt serve

Credits

This Bootstrap theme is based on the Satellizer Application created by Sahat Yalkabov, the SB Admin and the SB Admin 2 templates created by David Miller. It uses the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright (c) 2016 TiCsw Research Group, Uniandes / Jaime Chavarriaga. Code released under the MIT license.