1
Create a project
Run the interactive scaffolder and answer the prompts (project name, language, package manager,
whether to include a server, and so on):Prefer a non-interactive run? Pass the answers as flags:
2
Move into the project
nanoforge.config.json at the root. See
Configuration for what every field means.3
Run in development mode
Start the game locally with file watching:
4
Build for production
Where to go next
- Learn each command in detail in the Commands reference.
- Follow task-oriented Guides for common workflows.