diff --git a/README.md b/README.md index cc73b8e..fe4039b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

ProspectKit

@@ -96,7 +98,7 @@ Requires [pnpm](https://pnpm.io/) (enable with `corepack enable` if needed). ```bash git clone -cd prospect-kit +cd ProspectKit pnpm install ``` @@ -201,7 +203,7 @@ After deployment: ```bash pnpm dev # Run migrations, then start the Next dev server pnpm build # Build for production -pnpm start # Start the production server +pnpm start # Start the production server pnpm lint # Run ESLint pnpm format # Format the repository pnpm format:check # Check formatting @@ -213,6 +215,7 @@ Database commands: pnpm db:auto-migrate # Run migrations automatically pnpm db:generate # Generate migration files from schema changes pnpm db:migrate # Run migrations manually +pnpm db:pull # Pull schema changes from the database pnpm db:push # Push schema changes directly to DB pnpm db:studio # Open Drizzle Studio pnpm db:check # Check migration/schema consistency @@ -347,7 +350,7 @@ ProspectKit 使用一套现代、容易部署的 TypeScript 技术栈: ```bash git clone -cd prospect-kit +cd ProspectKit pnpm install ``` @@ -454,7 +457,7 @@ npx vercel deploy ```bash pnpm dev # 运行迁移并启动开发服务器 pnpm build # 生产构建 -pnpm start # 启动生产服务 +pnpm start # 启动生产服务 pnpm lint # 运行 ESLint pnpm format # 格式化代码 pnpm db:migrate # 运行数据库迁移