Browse Source

Adds developer info to readme

Former-commit-id: 1ed25706d5
Former-commit-id: 9e0a68397f
pull/258/head
Jack Lukic 11 years ago
parent
commit
a395e87df3
1 changed files with 13 additions and 1 deletions
  1. 14
      README.md

14
README.md

@ -174,7 +174,19 @@ Here is part of Semantic's definition of a button
## Usage
### Specification
### Developers
Prereqs Node, Grunt(``npm install -g grunt-cli``) and DocPad (``npm install -g docpad``)
Inside ``node/`` use the command ``docpad run`` to start your server
You can then access the docs locally at ``localhost:9778``
To have DocPad watch for changes while working on a component simply run the command
``grunt``
To build the release packages for Semantic
``grunt build``
#### I want to contribute to the spec

Loading…
Cancel
Save