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

https://github.com/prest/doc-template

Public pREST Documentation/Site
https://github.com/prest/doc-template

docs documentation hugo prest site

Last synced: about 1 year ago
JSON representation

Public pREST Documentation/Site

Awesome Lists containing this project

README

          

# pREST Documentation Template
Documentation content is in the main repository ([here](https://github.com/prest/prest/tree/master/docs))

## Contributing

Clone this repository:
```
git clone git@github.com:prest/prest.git
git clone git@github.com:prest/prest.github.io.git
```

Copy `docs` folder from `prest/prest` repository to this repository with folder name `content` and run the webserver on port 1313:
```
hugo server -D
```