Quick Start
Before anything, make sure you have Node.js and NPM installed.
Installation
Globally (for CLI use):
npm install @chisel/fluorite -g
or locally (for Node.js API use):
npm install @chisel/fluorite
First Usage
The following instructions help you learn Fluorite on your first usage:
- Run
fl new docsto create a new project calleddocs - Navigate to project root by running
cd docs - Run
fl buildto build the documentation - Run
fl serveto serve the documentation - Take a look at the generated documentation at
http://localhost:6001 - Examine
docs/flconfig.jsonanddocs/srcto see what generated the HTML you're viewing - Read the project structure and configuration to fully understand the project you've just made