Skip to content

rowin1/soundboard

Repository files navigation

Developing

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 -- --open

Generate static/sounds.json

node src/listSounds.js

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Deploying

npm run gh-pages

.nojekyll file for Tailwind CSS/Postcss

If you are using a postcss such as Tailwind css, you need to add an empty .nojekyll file to the gh-pages branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors