Skip to content

Commit

Permalink
edit contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Jul 10, 2014
1 parent 7cf2f29 commit d5a07ef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit d5a07ef

Please sign in to comment.