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

https://github.com/osdc/minerva


https://github.com/osdc/minerva

getting-started wiki

Last synced: about 2 months ago
JSON representation

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 :)