Install packages via $ npm install
Clone submodules via $ git submodule init && git submodule update
Then run $ npm start
to see localhost:8080/2016/
You can use git-flow
commands to create feature branches if you want.
Set gh-pages to production relase branch which is usually master
.
And set 2016
to next release branch which is usually develop
.
For the rest, give them your preferences.
The following command builds the entire site within /dist
directory, and generates static pages for SEO purpose.
$ npm run build
After this, you may:
$ npm run start:dist
And visit http://localhost:3474/2016
to see the compiled site in action.
- the menu icon "Hamburger Round" is by John Slater @ Noun Project, released under CC-BY 3.0