Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Master.docs.website #22

Merged
merged 2 commits into from
Apr 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ Before building make sure you have these installed:
- [node](http://nodejs.org)
- [gulp](http://gulpjs.com/)

#### Build the documentation website or create a playground

Documentation website is under `/docs` folder, it is a great example to check how a site can be put together with KD.

You can build & run it by doing:

```bash
$ gulp --docs
```

or you can create playground to fiddle with the components with this:

```bash
$ gulp --play
```


#### Test Runner

KD uses [karma](http://karma-runner.github.io) for automatically running
Expand Down
18 changes: 0 additions & 18 deletions docs/src/img/cloud.svg

This file was deleted.

11 changes: 11 additions & 0 deletions docs/src/img/download-grey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/src/img/download-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading