Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 321 Bytes

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.