Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1021 Bytes

File metadata and controls

31 lines (21 loc) · 1021 Bytes

Developer Guide

📍 This file has moved!

Developer documentation now lives in the development docs structure.

👉 Read the Development Setup Guide


Quick Links


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