A simple NFT storefront leveraging on Consensys NFT public API
If you're seeing this, you've probably already done this step. Congrats!
# setup your ENV config (by adding your own values to new .env file)
cp .env.sample .env
# create a new project in the current directory
npm install
# create a new project in my-app
npm run dev
Note: this repo is experimental