This repository contains the documentation for dkdeploy. It is powered by Jekyll 3.1.
- OS X or Linux
- Ruby >= 2.2
- Clone this repository
- Go inside the repository
- Run
bundle install - Run
bundle exec jekyll build, the documentation will created within the_sitefolder
Have a look at the Jekyll documentation for the numerous ways to build the documentation.
- Install git flow
- Install Homebrew
- Install NodeJS (supported: v0.12.7) via
brew install nodejs - Install Bower (supported: v1.7.9) via
npm install -g bower@1.7.9 - If project is not checked out already do
git clone git@github.com:dkdeploy/dkdeploy.github.io.git - Checkout origin develop branch (
git checkout --track -b develop origin/develop) - Git flow initialze
git flow init -d - Create new feature branch (
git flow feature start my-new-feature) - Commit your changes (
git commit -am 'Add some feature')
- Go into the
foundationdirectory - Run
npm install - Run
bower install - Run
npm startto watch changes within thescssfolder.