Home
Softono
deviz

deviz

Open source TypeScript
12
Stars
4
Forks
0
Issues
1
Watchers
2 years
Last Commit

About deviz

Simple quiz web app for devs

Platforms

Web Self-hosted

Languages

TypeScript

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