Documentation
This documentation is generated from markdown using mdbook.
Use the Makefile in the client/ directory to update and view docs.
$ cd client/
$ make build
The appropriate version of mdbook will automatically be installed to ./client/bin/mdbook.
To see a live-reloading preview of changes:
$ make serve
Open localhost:3000 to view your rendered pages.