All Projects → g0v → Archive Summit.g0v.tw

g0v / Archive Summit.g0v.tw

g0v summit 2016 website archive

Programming Languages

javascript
184084 projects - #8 most used programming language

summit.g0v.tw 2016

Developmnet

local setup

Install packages via $ npm install
Clone submodules via $ git submodule init && git submodule update
Then run $ npm start to see localhost:8080/2016/

git flow

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.

Static page generation

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.

Credit

License

MIT http://g0v.mit-license.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].