Official website of the BitAiir cryptocurrency project.
Built with Astro + Tailwind CSS. Content is available in English and Brazilian Portuguese (PT-BR).
Requires Node.js >= 20 and pnpm (via corepack enable pnpm).
pnpm install
pnpm dev # http://localhost:4321
pnpm build # static output in ./dist
pnpm preview # preview the production buildsrc/
├── content/ # MDX docs, per-locale
├── i18n/ # UI strings, per-locale
├── layouts/ # page layouts
├── components/ # shared components
├── pages/ # routes (root + [lang]/…)
└── styles/ # global Tailwind stylesheet + theme tokens
public/ # favicons, logos, static assets
MIT — see the LICENSE file.