Install dependencies with npm install (or pnpm install or yarn) and start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --opennode src/listSounds.jsTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
npm run gh-pagesIf you are using a postcss such as Tailwind css, you need to add an empty .nojekyll file to the gh-pages branch.