Building the Psyche Book

That's the document you're reading! :D

Development

Simply run just serve_book to serve the book over http on localhost!

Building

nix build .#psyche-book

The book will be output to result/, which you can preview easily with python -m http.server -d ./result/