Simple Synth A minimal synthesizer. You can try it out here. Setup Install the dependencies: npm install Development Start the development server on http://localhost:3000: npm run dev Deployment Build the application: npm run generate Deploy to Github pages: npm run deploy