Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 349 Bytes

Beeper

Beeper

A music sequencer and synthesizer written entirely in JavaScript.

https://beeper-production.up.railway.app/

Usage

# Clone this repository
git clone https://github.com/LucianBuzzo/beeper.git
# Go into the repository
cd beeper
# Install dependencies
npm install

To start the app run:

npm start