otsconf is a static single page website. It is generated with grunt, written in jade, less and js and uses jQuery and Bootstrap.
Run npm i
to install necessary devDependencies (mostly grunt-plugins) and required libraries.
Run npm start
to generate a production version of the site and to view it on a local server.
Note: For development it is necessary to globally install the grunt-cli npm i -g grunt-cli
Run grunt serve
for a development server with livereload. Be aware that optimisations like uncss, or minifiers won't be applied in this mode.
Pushing changes to master automatically deploys them within a few moments.