This repo tries to document the IPv8 application for reimplementation in other programming languages.
To to get started with this you have install mdbook:
cargo install mdbook
You can build the documentation with:
mdbook build
The output is now in the folder ./out
.
You can start the development server with:
mdbook watch
You can open the file ./out/index.html
in your browser to see the changes you have made.