1021 B
1021 B
Developer Guide
📍 This file has moved!
Developer documentation now lives in the development docs structure.
👉 Read the Development Setup Guide
Quick Links
- Setting up your environment? → Development Setup (includes the make-workflow matrix)
- New developer? → Quick Start
- Want to contribute? → Contributing Guide
- Making a common change? → Change Playbooks
- Publishing Docker images? → Release Process
- Coding-agent rules? → AGENTS.md
TL;DR
git clone https://github.com/lfnovo/open-notebook.git && cd open-notebook
cp .env.example .env
uv sync
make start-all # SurrealDB + API + worker + frontend
For everything else, see docs/7-DEVELOPMENT/.