This project is an application skeleton for HTML prototyping. It is based on Gulp, Jekyll, Sass & jQuery. With this you can quickly bootstrap your web application and dev environment.
bundle install
npm install
Configuration file:
config.json
Local Server:
gulp --serve
Build:
gulp --production
Git Flow
This repository works with git-flow.
For a contribution, you need to follow the following workflow with the addition of a pull-request.
Example for adding a feature:
git flow feature start -your feature name-
git flow feature publish -your feature name-
git flow feature finish -your feature name-
For all updates, follow @svenpeeters on Twitter.
Mail me anything at all or add an issue.
See LICENSE.