Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

OdiaNLP Website Source code

Install

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

setup

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.

License

Creative Commons License This Website's documentation work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.