First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devHere are the required values to put into an .env.local file or on the hosting platform env vars
| Name | Description |
|---|---|
| GTAG_ID | The Google Tag Manager ID |
| COINGECKO_API_KEY | The CoinGecko API Key |
| COINGECKO_BASE_URL | The CoinGecko base URL |
| NUMIA_BASE_URL | The Numia base URL |