Skip to content

Commit c172e10

Browse files
committed
fix: readme
1 parent 5c93e94 commit c172e10

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,25 @@ bun install
8686
cp .env.example .env
8787
```
8888

89-
4. Start development servers:
89+
4. Start Docker services (PostgreSQL, Redis, ClickHouse):
90+
91+
```bash
92+
docker-compose up -d
93+
```
94+
95+
5. Set up the database:
96+
97+
```bash
98+
bun db:push
99+
```
100+
101+
6. Build the SDK:
102+
103+
```bash
104+
bun sdk:build
105+
```
106+
107+
7. Start development servers:
90108

91109
```bash
92110
bun run dev

0 commit comments

Comments
 (0)