Skip to content

CorentinTh/deviz

Repository files navigation

App screenshot

Deviz

WIP

A minimal and simple quiz web app for devs -> deviz.corentin.tech

Setup

Make sure to install the dependencies:

pnpm i

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview