|
@ -82,6 +82,8 @@ Make sure npm does not require sudo to operate, this might cause permissions iss |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
npm install -g docpad |
|
|
npm install -g docpad |
|
|
|
|
|
docpad install eco |
|
|
|
|
|
docpad update; docpad upgrade |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
@ -94,15 +96,14 @@ npm install -g grunt-cli |
|
|
|
|
|
|
|
|
### 4) Start Your Server |
|
|
### 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 |
|
|
```bash |
|
|
cd node |
|
|
|
|
|
docpad run |
|
|
docpad run |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
Docpad should now run an instance of semantic-ui.com locally you can access at `http://localhost:9778` |
|
|
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 |
|
|
## Fixing Bugs |
|
|
|
|
|
|
|
|
### Watch Script |
|
|
### Watch Script |
|
|