Skip to content

Commit

Permalink
Merge pull request kevinfaveri#19 from grmkris/patch-1
Browse files Browse the repository at this point in the history
updated yarn generate-nft-sources to yarn generate-nfts-sources
  • Loading branch information
kevinfaveri authored Sep 28, 2021
2 parents 4676f11 + 684030c commit ac83e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ This repo features an NFT manager so you do not need to create all nfts by editi
- A collection
- An NFT that links to that collection

*! NOTE*: Be sure to create an user, after you login with the admin account, that has the role "authenticated", username "admin" and pass "Admin123", as well as add all collections and upload related permissions to the "authenticated" role; otherwise, the `yarn update-creator-all-rows` and `yarn generate-nft-sources` commands will not work.
*! NOTE*: Be sure to create an user, after you login with the admin account, that has the role "authenticated", username "admin" and pass "Admin123", as well as add all collections and upload related permissions to the "authenticated" role; otherwise, the `yarn update-creator-all-rows` and `yarn generate-nfts-sources` commands will not work.

Then you are good to go: run `yarn generate-nft-sources` for generating the JSON and PNG files in the `nfts-sources` folder in the root of the project. Following that, you can go for deployment on production (section below) OR test it in dev using `yarn setup-dev`.
Then you are good to go: run `yarn generate-nfts-sources` for generating the JSON and PNG files in the `nfts-sources` folder in the root of the project. Following that, you can go for deployment on production (section below) OR test it in dev using `yarn setup-dev`.

### NFT Manager form default values

Expand Down

0 comments on commit ac83e60

Please sign in to comment.