A Code Snippets Manager for Github Gist.
- Local storage
- Quick search
- More meta information
- Code highlighting
- Sync with Github Gist
# install dependencies
yarn install
# run development
yarn dev
# build electron application for production
yarn build
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.