This is a single page JavaScript application for playing some funny sound effects. Pretty much that's all it does... 😉
The sound files are static assets that live inside this repo (see ./public/media
). Each file has an mp3
and an ogg
version for maximum compatibility with all browsers.
- Node.js version >=12.2.0
- Checkout the project and step into the directory in your terminal
npm install
npm run dev
The project currently lives under nojzis.xyz and it's hosted on Netlify.
The repository is connected with Netlify using the GitHub app, so everything that gets merged to the master
branch will be deployed automatically.
Further settings can be found on Netlify's dashboard.