- Admin Page: the page that creates forms
- Creating forms with sections and questions
- Client Page: what fill out forms
- Server-Driven UI: UI from survey data
- real-time answer sync
- Build System: Monorepo (w/Turborepo)
- Bundler: Vite
- UI Library: React
- CSS: Vanilla-Extract
- Validation: Zod
- Back-End & Database: Supabase
pnpm install
이후 아래 커맨드들로 실행 가능
pnpm dev
pnpm dev:admin
pnpm dev:web