Skip to content

orhngkc/nft-image-generator-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

nft-image-generator-web-app

  1. enter the project
cd nft-image-generator-web-app
  1. Install requirements
  npm install
  1. Start project
pm2 start bin/www (if you have pm2)

or

npm start

or

node bin/www
  1. Go to localhost:3000 and press generate button :)

If you want to make more combinations you can increase the limits on enums by adding new svg files. I will soon make a development so that private nfts can be created by taking data from outside.

If you get this error 'something when wrong installing sharp' you can solve it like this

npm install --ignore-scripts=false --verbose sharp

note: Inspired by a cli application, turned into a web application

Demo : https://warm-mesa-43992.herokuapp.com/

Ekran Resmi 2022-02-18 13 58 34

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published