User documentation for PlayCover.
How to contribute to PlayBook properly:
- Install rust,
brew install rust
. - Download and extract the modified build of mdbook from here.
- Download the contents of the PlayBook repository,
git clone https://github.com/PlayCover/PlayBook
- Change the active directory to
../PlayBook/PlayBook
. - Run
<path to extracted mdbook binary> serve --open -n 127.0.0.1
to preview the book in a local web server to check your work. It also hot reloads.