- This guide is built using Docusaurus and NodeJS.
- Every page has an
Edit this page
button at the bottom of the page, that can be used to open Github and modify the page and submit a Pull Request. - Docusaurus uses Markdown format for parsing documents, please look at the
Docs
directory on the Repository that shows examples on how the website is formatted. - To add a new document, simply fork the repo, and add a new document in category you want to contribute and submit a pull request.
- Learn more about Pull Requests here.
- If you need help with contribution and new to using GitHub, feel free to reach out to me on telegram @nitesh_btc.
- NOTE: I don't DM anyone, please be aware of scammers!
- If you want to change styling or anything significant you need to do some local development.
- To get started install NodeJS
# Clone the repo
git clone https://github.com/niteshbalusu11/plebnet-wiki
# Go into the directory
cd plebnet-wiki
# Install dependencies
npm install
# Run locally
npm run start