Shortcut Expert is a platform for all application shortcuts.
- 📦 Gather all application shortcuts into a single platform
- 😊 Provide best user experience for application shortcuts
- 👔 Create universal shortcut standarts
- 🌐 Make it super accessable worldwide
Shortcut Expert is build with VueJS, Gridsome and Vuetify.
It is served with Netlify, and it is statically generated, which means that every page is SEO friendly and distributed through a CDN. This process makes the pages very fast to load and discoverable for users.
There is no database; once you fork it, you have all the data necessary to run it locally(including the application shortcuts).
Check this page for more information.
Prepare the project
git clone https://github.com/giray123/shortcutexpert.git
cd shortcutexpert
npm i
Run development mode
npm run develop
Build the static site
npm run build
Build command prepares the static website into dist
folder. You do not need to build it before any pull requests. We build the application on the cloud.
Coming soon...
You can contribute to this repo, however, you can not use any variant for commercial purposes.