first commit

This commit is contained in:
jerryjzhang
2023-06-12 18:44:01 +08:00
commit dc4fc69b57
879 changed files with 573090 additions and 0 deletions

9
webapp/start-fe-dev.sh Executable file
View File

@@ -0,0 +1,9 @@
npm i
npx lerna add supersonic-chat-sdk --scope supersonic-fe
npx lerna bootstrap
npx lerna exec --scope supersonic-chat-sdk npm run build
npx lerna exec --scope supersonic-fe npm start