Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 462 Bytes

Minerva

How to Contribute?

  1. Fork and Clone the repository
  2. Set up mdbook
  3. Serve the files over localhost
mdbook serve
  1. Edit ./src/SUMMARY.md to include relevant Page or SubPage. This will auto generate the relevant file in src or a subdirectory.
  2. Make changes in relevant files.
  3. Verify changes in the served webpage.
  4. Commit, Push and Make a PR :)