Create beautiful musical pieces with a simple interface!
git clone https://github.com/correaswebert/synthpad
cd synthpad
npm install
npm run dev
Navigate to localhost:8080.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
.
GNU GPL v2