Skip to content

Commit 2fb2fde

Browse files
committed
docs: add continuous development
1 parent 63641e3 commit 2fb2fde

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ pnpm dev
3838
```
3939
This will automatically start both backend and frontend servers with hot reload enabled.
4040

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+
4153
## Database Migration Workflow
4254

4355
Teable uses Prisma as ORM for database management. Follow these steps for schema changes:

0 commit comments

Comments
 (0)