Pocket Network documentation.
View the built version of these docs in the browser at https://docs.pokt.network.
- Install Hugo. Make sure the version you have is
>=0.93
.
hugo --version
- Clone the repo, pulling in all submodules:
git clone --recursive https://github.com/pokt-foundation/docs.git
- Start the local Hugo server
cd docs
hugo serve
- View the built docs in your browser at http://localhost:1313.
When any content changes are made to the repo, they will automatically be reflected on this local site.
For more information about contributing to this repo, see the section on Contributing to the Docs.