Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 874 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 874 Bytes

EXPL NIT-C Website

A modern and feature rich version of SILC NITC built using mkDocs Material.

Setting Up

Using Docker

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Others

$ pip install -r requirements.txt

Running an instance

$ mkdocs serve

Your version of the website should be up in http://localhost:8000/.

Troubleshooting

Sometimes changes are not reflected on the website, make sure to disable caching in your browser.

Contributing

If you encounter issues with the website or have fixes please raise a pull request/issue.