A website for easy browsing and searching of shortcuts for the Synthstrom Deluge.
Developed using Svelte and tailwindcss.
First install dependencies and start the interactive dev server:
npm run install
npm run dev
Then visit http://localhost:5173 to see the current development version.
All shortcuts are stored in as Markdown files in the src/data/shortcuts directory. Simply modify these files to add, edit or remove shortcuts.
After changing the Markdown files, compile the changes into JSON to see them applied on the website:
npm run converter:build
npm run converter:run
Contributions are welcome – especially for new community firmware features!
- The list of shortcuts used by this project is based on deluge-shortcuts by handeyeco – thanks for doing the tremendous amount of data entry!
- Deluge is a trademark of Synthstrom. This project is not affiliated with or endorsed by Synthstrom.