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

https://github.com/solidlabresearch/documentation-center


https://github.com/solidlabresearch/documentation-center

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# SolidLab Documentation Center

## Usage

### Download data

1. `cd data`
2. `npm i`
3. `npm start`

### Serve website

1. Install [mkdocs](https://www.mkdocs.org/)
2. `mkdocs serve`

### Update GitHub pages

1. Download the latest data via `cd data && npm start && cd ..`
2. `mkdocs gh-deploy`

## License

This code is copyrighted by [Ghent University – imec](http://idlab.ugent.be/) and
released under the [MIT license](http://opensource.org/licenses/MIT).