This repo uses https://github.com/MetaMask/api-specs to provide a playground to interact with MetaMask.
Uses Gatsby.js. Getting your development environment set up.
npm i -g gatsby-cli
npm i -g yarn
yarn setup
.yarn run develop
.Once you have Gatsby installed, you should be able to yarn run develop
and get going.
If you have issues with the sharp
module, one of these might help:
npm rebuild --verbose sharp
brew install vips