A React application demonstrating @altertable/altertable-react usage with type-safe funnel tracking.
Duplicate .env.development.sample to .env.development and .env.production.sample to .env.production and fill in the credentials.
Then run the following command to start the development server:
bun install
bun run devOpen http://localhost:3000 to see the example.
bun run build