Node.js 14
npm install --python=/usr/bin/python2.7
(Do not remove the package-lock.json)
npm start
npm run build
You need to login first with firebase login
firebase deploy
Create a file secrets.js at the root of the project
export default {
PROJECT_ID: "<BLOCKFROST API KEY>",
ACCESS_TOKEN_IPFS: "<PINATA_API_KEY>",
};