shortcutsWeb
shortcutsWeb copied to clipboard
A web editor for Shortcuts
Shortcuts Web
A web based Shortcuts creator.
Built with Vue.js and Vuetify.
A live version is available at shortcutsweb.app however you're welcome to set up and configure your own instance.
Shortcuts-JS
Shortcuts Web utilises the amazing work by Josh Farrant and the other contributers working on Shortcuts-JS.
If the action you want isn't available please check out the contributing guidelines for Shortcuts-JS. I strive to update Shortcuts Web with new actions as soon as they're available.
Contributing
Please use Issue Tracker here on Github for Issues & Feature Requests. I'll gladly merge Pull Requests if you're keen to get hands on with development.
Development
To get started with developement you must have Node installed.
-
git clone https://github.com/gcordalis/shortcutsweb
-
cd shortcutsweb
-
npm install
-
npm run dev
(starts the frontend) -
node server.js
(starts the backend)
Building and Running for Production
-
npm run build
-
node server.js