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