From 908abeda8d7dd97a0383376eebf72720b2dca3c1 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 14 Oct 2025 16:39:02 -0700 Subject: [PATCH] Update dev to include set commands --- development/contributing.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/development/contributing.mdx b/development/contributing.mdx index d676141..4b1c6c0 100644 --- a/development/contributing.mdx +++ b/development/contributing.mdx @@ -110,6 +110,21 @@ Choose your preferred development approach. We strongly recommend **Docker Compo + +Choose to build from the oss/enterprise/saas codebase: + ```bash + npm run set:oss + # or npm run set:enterprise + # or npm run set:saas + ``` + +Then choose your database: + ```bash + npm run set:sqlite + # or npm run set:pg + ``` + + Generate the database schema and push it: