From d5a07ef516325c09e480e6f2b5089512b880827c Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Thu, 10 Jul 2014 09:49:51 -0700 Subject: [PATCH] edit contributing doc --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2b66f7b42..967e73df90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,15 @@ npm link - Edits to the text for challenges should be made to the files within `/raw-content`, as those are turned into `/challenges` by the build script. - Right now I copy the `/guide` folder and move it to the 'gh-pages' branch. (plans to automate that at some point). - **So all guide edits should be made off of master and in `/raw-content`** -- You can test your edits by building the site locally: run `npm run build` from within `/git-it` then open `/guide/index.html` or run `git-it server`. +### To Build the Site + +```bash +$ cd git-it +$ npm run build +$ git-it server +# or open files +$ open guide/index.html +``` ### Thank you!! :octocat: