An open API service indexing awesome lists of open source software.

https://github.com/p16i/watparam9-doc


https://github.com/p16i/watparam9-doc

Last synced: about 1 month ago
JSON representation

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
```