From a395e87df383f8c4eb21688c668754adc4b444c1 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 17 Sep 2013 13:57:46 -0400 Subject: [PATCH] Adds developer info to readme Former-commit-id: 1ed25706d5a5b7b7e53035ebbf9a7db682889405 Former-commit-id: 9e0a68397f43815c729ba8bc7824c63c1230f00e --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96a12d531..882e2bc68 100755 --- a/README.md +++ b/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