Skip to content

Cooty/nojzis

Repository files navigation

Nojzis

🔉 An HTML5 soundboard application

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.

🧰 Built with

🔨 Development

Prerequisites:

Getting started

  • Checkout the project and step into the directory in your terminal
  • npm install
  • npm run dev

🚀 Deployment

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.