Contributing to Documentation
We are using Docusaurus for managing documentation.
The code related to the documentation is present in docs branch of the repo.
# Clone the Repo
git clone https://github.com/pbteja1998/OpenRank.git
# Navigate to OpenRank directory
cd OpenRank
# Change into the 'docs' branch
git checkout docs
# Navigate to website directory
cd website
# Install the dependencies
npm install
# To view the website locally
npm run start
The website will be opened automatically in the browser at http://localhost:3000