Implemented using React, Astro and ShadCN.
Requires a linux development environment.
Repo currently uses Bun for package management and building purposes.
For windows, use the windows linux subsystem to create an ubuntu instance in your terminal to run the following commands:
bun install
bun run fetchAssets
bun run fetchIssuers
bun run dev
bun run build
Can be easily deployed to Vercel!
https://vercel.com/changelog/bun-install-is-now-supported-with-zero-configuration
https://docs.astro.build/en/guides/integrations-guide/vercel/