Bootstrap Theme for WISVCH (4.6.1.1)

A theme for Bootstrap 3 by W.I.S.V. 'Christiaan Huygens'

Quick Install

Download the bootstrap.css or bootstrap.min.css files or install using Bower:

bower install wisvch-bootstrap-theme

README

<h1>Bootstrap for WISVCH</h1> <p>Powered by Themestrap. <strong>Themestrap</strong> is a simple starter kit for constructing Twitter Bootstrap 3+ themes. It provides the skeleton for a simple, maintainable theme that always uses code directly from Bootstrap with as little replacement as possible.</p> <h2>Usage</h2> <p>See <a href="https://wisvch.github.io/bootstrap-theme/">https://wisvch.github.io/bootstrap-theme/</a></p> <h2>Development</h2> <h3>Setup</h3> <p>Install dependencies using <a href="http://gruntjs.com">Grunt</a> and <a href="https://github.com/bower/bower">Bower</a> (you must have these installed).</p> <pre><code>npm install bower install </code></pre> <p>Now you're ready to go! Simply edit <code>less/variables.less</code> and <code>less/theme.less</code> to your liking. When you're ready, just run <code>grunt</code> and it will compile and minify the distribution for you. You can also run <code>grunt watch</code> to automatically compile as you work.</p> <h3>Testing Out</h3> <p>We've provided a "Bootstrap Kitchen Sink" HTML file at <code>examples/kitchen-sink.html</code> that contains all of the various components in all of their variations. It may not be 100% exhaustive but it should give you a good idea of what your theme will look like at a glance.</p> <p>You can start a development server at <code>http://localhost:8000</code> by running <code>grunt serve</code>. Your theme will automatically compile while the server is running.</p> <h2>Copyright and license</h2> <p>Copyright 2015 W.I.S.V. 'Christiaan Huygens'; copyright 2013 Divshot, Inc. under <a href="LICENSE">the Apache 2.0 license</a>.</p>