Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 482 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 482 Bytes

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