git clone https://github.com/OdiaNLP/odianlp.github.io.git
cd odianlp.github.io
pip install -r requirements.txt # python 3.9+ should be installed
mkdocs serve -a 127.0.0.1:7742
After running the above commands, if you go to the mentioned http://127.0.0.1:7742 on your browser, the website should be running in local now.
You can make changes on the documents you want to change and check the changes over your local website.
If looks good, please push your changes and raise a PR for review.
Please create an GitHub Issue, in case of any problem.
This Website's documentation work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.