Installation
Getting started with Spooky involves setting up the CLI tool and configuring your project.
Prerequisites
- Node.js (v18 or higher)
- SurrealDB (v2.0 or higher)
- Rust (for compiling modules)
Step 1: Install the CLI
The Spooky CLI is your primary tool for generating code and managing schemas.
Bash
Step 2: Install Client SDKs
Install the core client and the bindings for your framework.
Bash
Step 3: Run Infrastructure
The easiest way to start the Sidecar and SurrealDB is via Docker Compose.
yaml
Run it with:
Bash