Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit d051603

Browse files
authored
Merge pull request #6 from KieranHayes/feature/improve-readme
add missing info in README
2 parents 2043cd5 + 6c13847 commit d051603

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
11
# dkdeploy documentation
22

33
![Travis CI Build Status](https://travis-ci.org/dkdeploy/dkdeploy.github.io.svg?branch=develop)
4+
5+
This repository contains the documentation for dkdeploy. It is powered by [Jekyll](https://jekyllrb.com) 3.1.
6+
7+
## How to build it locally
8+
9+
### Technical Requirements
10+
11+
* OS X or Linux
12+
* Ruby >= 2.2
13+
14+
### Installation
15+
16+
1. Clone this repository
17+
2. Go inside the repository
18+
3. Run `bundle install`
19+
4. Run `bundle exec jekyll build`, the documentation will created within the `_site` folder
20+
21+
Have a look at the [Jekyll documentation](https://jekyllrb.com/docs/usage/) for the numerous ways to build the documentation.
22+
23+
## Contributing
24+
25+
1. Install [git flow](https://github.com/nvie/gitflow)
26+
2. Install [Homebrew](http://brew.sh/)
27+
3. Install [NodeJS](https://nodejs.org) (supported: v0.12.7) via `brew install nodejs`
28+
4. Install [Bower](http://bower.io) (supported: v1.7.9) via `npm install -g bower@1.7.9`
29+
5. If project is not checked out already do `git clone git@github.com:dkdeploy/dkdeploy.github.io.git`
30+
6. Checkout origin develop branch (`git checkout --track -b develop origin/develop`)
31+
7. Git flow initialze `git flow init -d`
32+
8. Create new feature branch (`git flow feature start my-new-feature`)
33+
9. Commit your changes (`git commit -am 'Add some feature'`)
34+
35+
## User Interface: Bower & npm Setup
36+
37+
1. Go into the `foundation` directory
38+
2. Run `npm install`
39+
3. Run `bower install`
40+
4. Run `npm start` to watch changes within the `scss` folder.

0 commit comments

Comments
 (0)