install dependencies
yarn
set up environemnt
cd /packages/nextjs
cp .env.example .env.local
Create a CoinMarketCap account and copy your API key from https://pro.coinmarketcap.com/account to the NEXT_PUBLIC_CMC_API_KEY variable inside .env
yarn start