Skip to content

samatechtw/quizzo

Repository files navigation

SamaQuiz

Web app for hosting real-time quizzes and polls.


Prerequisites

Setup

# Clone monorepo
git clone [email protected]:samatechtw/samaquiz

# Install packages
pnpm i

Run

# 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

Development

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

About

Web app for hosting real-time quizzes and polls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages