Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 698 Bytes

File metadata and controls

47 lines (31 loc) · 698 Bytes

SamaQuiz

Web app for hosting real-time quizzes and polls.


Prerequisites

Setup

# Clone monorepo
git clone git@github.com: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