Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamu-data/kamu-docs
Kamu documentation portal
https://github.com/kamu-data/kamu-docs
Last synced: 3 days ago
JSON representation
Kamu documentation portal
- Host: GitHub
- URL: https://github.com/kamu-data/kamu-docs
- Owner: kamu-data
- Created: 2021-11-08T22:03:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T01:33:38.000Z (about 2 months ago)
- Last Synced: 2024-09-17T05:27:26.466Z (about 2 months ago)
- Language: JavaScript
- Size: 21.1 MB
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Kamu Documentation
Documentation is built with [Hugo](https://gohugo.io/) and is based on the [DocDock](https://docdock.vjeantet.fr/) theme.
## Local Setup
To edit the documentation locally:
1. Install the latest Hugo
2. Clone this repository to your local host.
3. Go to the checkout directory.
4. Start the hugo web server: `hugo server`To access the site, go to: http://localhost:1313
## Contributing
Please see [contribution guidelines](http://docs.kamu.dev/contrib/)