Contribute
Local Development Setup
Commands used while developing Open Spanner.
Install Task:
winget install Task.Task
# or
brew install go-task/tap/go-task
# or
npm install -g @go-task/cliRun the API with SQLite:
task run:sqliteRun Go tests:
task testRun the dashboard dev server:
task admin:devBuild the docs site:
task docs:build