README.dev.md
š This file has moved!
Developer documentation now lives in the development docs structure.
š Read the Development Setup Guide
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/.