Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 503 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 503 Bytes

soundboar/head

The frontend of soundboar.

Installation

For running soundboar, look out for its tail (backend).

For development, see below.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Fetch and generate openapi-types

npm run generate