Skip to content
/ head Public

Head of the soundboar. Frontend controlling the panel.

Notifications You must be signed in to change notification settings

soundboar/head

Repository files navigation

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