nft-tutorial-frontend
nft-tutorial-frontend copied to clipboard
README says to use 'yarn deploy', but all scripts in package.json use npm
I tried to follow the README and the project deploy failed. Upon inspecting the package.json, the scripts start with 'npm.
I deleted yarn.lock and node_modules, and then did:
$ npm i
$ npm run deploy
That worked (mostly). The Github pages step still failed. I think there's a problem with the config with github pages.