A local web app intended to be used in conjunction with the Art-Engine. This is a quick (desktop) viewer that allows you to visualize and
Use arrow keys
to scroll through items when the detail modal or fullscreen modes are open
Use Escape
to close teh detail modal or Fullscreen mode
[] Add rarity calculations [] Add "jump to number" input [] Integrate into the main art-engine repo as a submodule [] Properly configure the config.js file to allow for custom paths to the build dir
- As of this writing, this repo should be installed next to the Art Engine folder so the Viewer project can easily the
build
folders from the Art Engine generator. - As of this writing, the viewer relies on the
.edition
metadata property for indexing images.
Clone or Download this project next to the generator folder.
This build expects the art-engine folder to be named Art Engine
[To adjust the path of the build folder, see vue.config.js AND App.vue in_this_project]
If you are building JPEG images, change the config in config.js
in the viewer config file.
yarn
// or using npm
npm install
yarn dev
// if using npm
// npm run dev
This application uses standard Vue-cli building and bundling. For more information on deploying a live version (After revealing all your NFT art of course), see the Vue.js documentation https://vuejs.org/guide/introduction.html
yarn build
yarn lint