Files
2026-07-13 12:10:23 +08:00

1021 B

Developer Guide

📍 This file has moved!

Developer documentation now lives in the development docs structure.

👉 Read the Development Setup Guide



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/.