https://github.com/p16i/watparam9-doc
https://github.com/p16i/watparam9-doc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/p16i/watparam9-doc
- Owner: p16i
- Created: 2014-06-04T14:38:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T04:30:31.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T13:27:37.720Z (3 months ago)
- Language: JavaScript
- Homepage: http://doc.watparam9.org/
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WatParam9.org Back Office
===## Require
- mkdocs (via pip)
- nodejs
- grunt-cli### Deployment Setting
```
./script/setup-deploy
```## Running Dev Server
```
mkdocs serve
```## Build
```
grunt shell:generate
```## Deploy
```
grunt deploy
```