Documentation for the Flix Programming Language.
- Install gitbook locally by running:
npm install -g gitbook-cli
. - Run
gitbook install book
to install the required plugins. - Build the book by running:
gitbook serve book
. - Navigate to :
http://localhost:4000
.