This is a simple browser for redis, that also supports displaying json stored in redis through the rejson plugin
- nodejs
- yarn
On Archlinux, install with
pacman -S nodejs yarn
First clone the repository. Then run:
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
The build application will be found in the build
directory
This project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.