This repository aims to provide an electron GUI for generating a large number of images that can be used for example as NFT avatars.
This is built upon electron-react-boilerplate.
First, clone the repo via git and install dependencies:
git clone --depth 1 --branch main https://github.com/tdgne/gui-nft-generator.git
cd gui-nft-generator
yarnStart the app in the dev environment:
yarn startTo package apps for the local platform:
yarn package