CLI Reference
nova dev — Local Development
Start the sub-200ms local emulator sandbox with hot reloading for NovaServe projects.
Start the sub-200ms local emulator sandbox with hot reloading. The local environment mocks S3 storage, SQS queues, and HTTP routes using an in-memory Hono server.
Syntax
Terminal
nova dev [options]Options
| Option | Description | Default |
|---|---|---|
| --port <number> | Local server port | 3000 |
| --env <namespace> | Environment namespace to load | development |
Examples
Start Local Development Server
Terminal
nova devCustom Port
Terminal
nova dev --port 8080Load Staging Environment Variables
Terminal
nova dev --env stagingEnvironment Variables
| Variable | Description |
|---|---|
| NOVA_ENV | Default environment namespace |