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:runBuild
# Build web app for production
npm run prod:web:build
# Build web admin
npm run prod:web-admin:buildAdd a new frontend folder/module
- Create the folder in
web/src - Create
index.tsand export any files used externally - Add to tsconfig
paths