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 i
Then, you can run the site on a local development server:
npm run dev
You can also just build the production version of the site:
npm run build
And you can also locally preview the production build:
npm run preview