This community project aims to archive and make available (and searchable) all mainnet contracts on Flow.
Once you've forked the repo and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server (on port 3000)
npm run dev
Before submitting a PR, please build the app and fix any errors:
npm run build