Skip to main content
This quickstart takes you from an empty folder to a running game in a few minutes.
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

The scaffolder generates a 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

Then start the built game:

Where to go next