Browse Source

Merge pull request #489 from clkao/doc-contributing

Fix CONTRIBUTING.md: docpad now on top level
pull/496/head
Jack Lukic 11 years ago
parent
commit
14d659fa9b
2 changed files with 5 additions and 4 deletions
  1. 7
      CONTRIBUTING.md
  2. 2
      server/README.md

7
CONTRIBUTING.md

@ -82,6 +82,8 @@ Make sure npm does not require sudo to operate, this might cause permissions iss
```bash
npm install -g docpad
docpad install eco
docpad update; docpad upgrade
```
```bash
@ -94,15 +96,14 @@ npm install -g grunt-cli
### 4) Start Your Server
It's important to note that all server code exists inside of `/node` in the project. So all commands should be run relative to that directory.
```bash
cd node
docpad run
```
Docpad should now run an instance of semantic-ui.com locally you can access at `http://localhost:9778`
Note that some asset files might be missing until you run `grunt build` once.
## Fixing Bugs
### Watch Script

2
server/README.md

@ -4,7 +4,7 @@
This folder contains the templates used to generate the static website for Semantic UI
To create the docs yourself run
To create the docs yourself, run the commands in the top-level directory:
```
npm install -g docpad

Loading…
Cancel
Save