Web app for hosting real-time quizzes and polls.
- Install PNPM
# Clone monorepo
git clone [email protected]:samatechtw/samaquiz
# Install packages
pnpm i
# Run site in development mode
npm run prod:web:run
# Run web admin
npm run prod:web-admin:run
Build
# Build web app for production
npm run prod:web:build
# Build web admin
npm run prod:web-admin:build
Add a new frontend folder/module
- Create the folder in
web/src
- Create
index.ts
and export any files used externally - Add to tsconfig
paths