Skip to content

mulab/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00b5e63 · Mar 6, 2018
Mar 6, 2018
Feb 25, 2016
Feb 25, 2016
Feb 25, 2016
Dec 23, 2014
Feb 25, 2016
Jul 5, 2016
Oct 1, 2014
Sep 19, 2016
Jul 5, 2016
Mar 15, 2016
Aug 7, 2016
Jul 5, 2016

Repository files navigation

The Official Website of Lab μ

© 2014-2016 Lab μ.

Development Guide

This website is developed using the Gulp Building System and Bower Package Manager, which is based on Node.js.

We use Swig Template Engine. All *.html file is Swig template. View the documentation before you start developing.

Environment

First install Node.js. Any version beyond 0.12.0 is supported (but the latest version is encouraged). Make nodejs and npm is in your system path (which is automatically configured by the installer by default, or you can make it your self).

Then run

$ npm install -g gulp-cli
$ npm install -g bower

to install gulp and bower.

Preparation

$ npm install
$ bower install

to install all development dependencies and used library.

Preview

$ gulp serve

it automatically open your default browser to the index.

Changes on files is automatically reloaded.

Release

$ gulp

and checkout the pages in dest directory.