Skip to content

bitaiir/bitaiir.org

Repository files navigation

bitaiir.org

Official website of the BitAiir cryptocurrency project.

Built with Astro + Tailwind CSS. Content is available in English and Brazilian Portuguese (PT-BR).

Development

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 build

Project layout

src/
├── 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

License

MIT — see the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors