Back to Open Notebook

Developer Guide

README.dev.md

1.11.01020 B
Original Source

Developer Guide

šŸ“ This file has moved!

Developer documentation now lives in the development docs structure.

šŸ‘‰ Read the Development Setup Guide



TL;DR

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