Open Spanner
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/cli

Run the API with SQLite:

task run:sqlite

Run Go tests:

task test

Run the dashboard dev server:

task admin:dev

Build the docs site:

task docs:build