Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Message Pigeon Frontend (teacher & admin teacher) 飞鸽传书教师端

License

Notifications You must be signed in to change notification settings

MessagePigeon/client-teacher

Repository files navigation

Message Pigeon Teacher Client

The frontend of Message Pigeon for teacher & admin teacher

Preparation

If you use the mock server, please ignore

  1. Start Backend
  2. Rename .env.template to .env.local and configure it

Installation

pnpm install

Development

Teacher

cd packages/teacher
pnpm run dev

Admin

cd packages/admin
# Start with mock server
pnpm run dev:mock
# Start with backend
pnpm run dev

Production

pnpm run build

The distributable files will be generated in /dist/teacher and /dist/admin