https://github.com/osdc/minerva
https://github.com/osdc/minerva
getting-started wiki
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osdc/minerva
- Owner: osdc
- Created: 2021-09-11T07:07:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-24T15:47:29.000Z (6 months ago)
- Last Synced: 2025-10-24T17:33:06.553Z (6 months ago)
- Topics: getting-started, wiki
- Homepage: https://wiki.osdc.dev
- Size: 4.88 MB
- Stars: 10
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minerva
### How to Contribute?
1. Fork and Clone the repository
2. Set up [mdbook](https://rust-lang.github.io/mdBook/guide/installation.html)
3. Serve the files over localhost
```
mdbook serve
```
4. Edit [`./src/SUMMARY.md`](src/SUMMARY.md) to include relevant Page or SubPage. This will auto generate the relevant file in `src` or a subdirectory.
5. Make changes in relevant files.
6. Verify changes in the served webpage.
7. Commit, Push and Make a PR :)