An open API service indexing awesome lists of open source software.

https://github.com/flix/doc

Documentation for the Flix Programming Language.
https://github.com/flix/doc

Last synced: 3 months ago
JSON representation

Documentation for the Flix Programming Language.

Awesome Lists containing this project

README

          

# Flix Documentation

Documentation for the Flix Programming Language.

## Build Instructions

1. Install gitbook locally by running: `npm install -g gitbook-cli`.
2. Run `gitbook install book` to install the required plugins.
3. Build the book by running: `gitbook serve book`.
4. Navigate to :`http://localhost:4000`.