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_site
folder
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 [email protected]
- If project is not checked out already do
git clone [email protected]: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
foundation
directory - Run
npm install
- Run
bower install
- Run
npm start
to watch changes within thescss
folder.