This is a frontend app; it does not have a backend (uses Alchemy APIs for data).
npm install
Required environment variables can be found in .env.example
, for easy dev usage simply cp .env.example .env
and then edit .env
npm run dev
npm run build