We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63641e3 commit 2fb2fdeCopy full SHA for 2fb2fde
CONTRIBUTING.md
@@ -38,6 +38,18 @@ pnpm dev
38
```
39
This will automatically start both backend and frontend servers with hot reload enabled.
40
41
+## Continuous Development
42
+
43
+After pulling the latest code, ensure your development environment stays up-to-date:
44
45
+```bash
46
+# Update dependencies to latest versions
47
+pnpm install
48
49
+# Update database schema to latest version
50
+make switch-db-mode
51
+```
52
53
## Database Migration Workflow
54
55
Teable uses Prisma as ORM for database management. Follow these steps for schema changes:
0 commit comments