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.
- Host: GitHub
- URL: https://github.com/flix/doc
- Owner: flix
- License: other
- Created: 2016-03-01T23:23:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T13:35:41.000Z (over 8 years ago)
- Last Synced: 2025-04-03T19:21:37.769Z (9 months ago)
- Language: CSS
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
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`.