https://github.com/solidlabresearch/documentation-center
https://github.com/solidlabresearch/documentation-center
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solidlabresearch/documentation-center
- Owner: SolidLabResearch
- Created: 2023-07-04T09:34:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T07:04:58.000Z (over 2 years ago)
- Last Synced: 2025-01-17T07:09:38.537Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://solidlabresearch.github.io/documentation-center/
- Size: 2.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).