CLI
Start development server
Command Line
This will automatically restart when files change.
Might be useful!
You can configure the database url using the DATABASE_URL
env var. This will
default to postgres://postgres:password@localhost:5432/postgres
Run tests
Command Line
To automatically rerun tests when files change, run:
Command Line
To test a specific file:
Command Line
Creating modules & scripts
Create module:
Command Line
Create script:
Command Line
Help
All commands are documented in the CLI:
Command Line