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 docs
to create a new project calleddocs
- Navigate to project root by running
cd docs
- Run
fl build
to build the documentation - Run
fl serve
to serve the documentation - Take a look at the generated documentation at
http://localhost:6001
- Examine
docs/flconfig.json
anddocs/src
to see what generated the HTML you're viewing - Read the project structure and configuration to fully understand the project you've just made