🔗 https://peel.fm
Little drum machine in your browser
To run Peel locally:
- Install Node.js
- Run
npm i
to install dependencies - Run
npm start
to start the development server, which should take you tohttp://localhost:5173/
in your default browser
You probably won't, but if you need to run sharing capabilities locally:
- Create an
.env
file with your S3 deets — see.env.example
- Run
npm run start:functions
to run API functions locally
Interested in contributing? Sweet! Keep in mind that Peel is intentionally simple. It's easy to pick up and use, but also has some intricate features that don't bloat the interface.
- Open an issue to propose a feature, an improvement or a fix.
- If you're proposing changes to the interface, try to include a rough mockup.
- Create a pull request when ready — link the PR to the issue, if you are solving one.
Need help or have feedback? Open an issue or ping me at @berkcebi.