upd install docs and adjust landing page

This commit is contained in:
oiov
2025-05-19 15:23:11 +08:00
parent 617af0c7b9
commit b37d5164ff
8 changed files with 120 additions and 21 deletions
+7
View File
@@ -45,6 +45,13 @@ DATABASE_URL=
### Deploy Postgres
#### Manually install (Recommended)
Via [migration.sql](https://github.com/oiov/wr.do/prisma/migrations/20240705091917_init/migration.sql),
copy the sql code to the database to initialize the database schema.
#### or
```bash
pnpm postinstall
pnpm db:push