The frontend of Message Pigeon for teacher & admin teacher
If you use the mock server, please ignore
- Start Backend
- Rename
.env.templateto.env.localand configure it
pnpm installcd packages/teacher
pnpm run devcd packages/admin
# Start with mock server
pnpm run dev:mock
# Start with backend
pnpm run devpnpm run build
The distributable files will be generated in /dist/teacher and /dist/admin