Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.41 KB

delugeCompanion

A website for easy browsing and searching of shortcuts for the Synthstrom Deluge.

👉 See it in action!

Development

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.

Adding or changing shortcuts

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!

Acknowledgements

  • 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.