Overview
nf dev runs your NanoForge project in development mode. It is the command you keep open while
working - it serves the game and reacts to changes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run your NanoForge project in development mode
nf dev runs your NanoForge project in development mode. It is the command you keep open while
working - it serves the game and reacts to changes.
nf dev
| Option | Description |
|---|---|
-d, --directory <directory> | Working directory of the command. |
-c, --config <config> | Path to the configuration file. |
--generate | Generate app files from config in dev mode, like the generate command. Default: false. |
nf dev
nf dev --generate