An experimental, open-source web app for Arbitrum charts and analytics.
This repo is currently synced with Cloudflare Pages at this URL: https://arbucks.pages.dev
https://arbucks.io is the canonical alias of https://arbucks.pages.dev
Want to run the site locally?
First, install the dependencies:
npm iThen, you can run the site on a local development server:
npm run devYou can also just build the production version of the site:
npm run buildAnd you can also locally preview the production build:
npm run preview