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