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