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: