PPoS Dex documentation is built with mdBook
.
You can read it remotely or locally.
To read it locally you need to clone this repo and:
- Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install
mdBook
cargo install mdbook
- Serve the repo on localhost:3000
mdbook serve