Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.13 KB

Introduction

Screencast.from.2024-07-21.00-05-07.webm

Generate random seats in various sizes. Useful especially for schools.

The project is made with Vue on Vite in TypeScript.

Assets

Development

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint