Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ npm run db:push
npm run go
```

> `db:push` creates the `data/` directory automatically if it doesn't exist.

Open [http://localhost:3001](http://localhost:3001).

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "cd client && npx vite build",
"start": "tsx server/index.ts",
"go": "npm run build && tsx server/index.ts",
"db:push": "drizzle-kit push",
"db:push": "mkdir -p data && drizzle-kit push",
"db:studio": "drizzle-kit studio",
"mcp": "tsx mcp/index.ts",
"install-claude": "bash scripts/install.sh",
Expand Down