WIP
A minimal and simple quiz web app for devs -> deviz.corentin.tech
Make sure to install the dependencies:
pnpm i
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview