Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
94790f6cc8
1 changed files with 20 additions and 1 deletions
  1. 20 1
      README.md

+ 20 - 1
README.md

@@ -1,3 +1,22 @@
 # highstorm
 # highstorm
 
 
-Open Source Event Monitoring
+Open Source Event Monitoring,nodejs系统事件监控系统,tinybird数据库
+
+## Usage
+
+```
+pnpm install
+cp apps/web/.env.example apps/web/.env
+
+# tinybird数据库
+cd apps/web
+npx prisma db push
+cd apps/web/lib/tinybird
+tb push datasources/
+tb push
+
+pnpm build
+pnpm turbo run dev --filter=web
+```
+
+