GridWiz is a simple app to make a custom Grid 3 Gridset with images from Google images. After installing it, Double click on the app, Enter your search term and select 7 images. When done hit export and import the file into the Grid 3. The Gridset can then be modified as you wish – adding sounds etc if you need to.
# install dependencies
yarn install
# serve with hot reload at localhost:9080
yarn dev
# build electron application for production
yarn build
# run unit & end-to-end tests
yarn test
⚠️ You have to manually make a change to theg-i-s
dependency before you build. You must override the user-agent is uses. Replace it withMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36
. Here is the issue for reference
This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.