An open API service indexing awesome lists of open source software.

https://github.com/gaia-react/gaia-react.github.io

GAIA marketing + docs site
https://github.com/gaia-react/gaia-react.github.io

Last synced: 25 days ago
JSON representation

GAIA marketing + docs site

Awesome Lists containing this project

README

          

# gaia-react.github.io

Source for — the GAIA marketing + docs site.

Built with Vite + React + Tailwind v4. Deployed via GitHub Pages on push to `main`.

## Dev

```bash
npm install
npm run dev
```

## Build

```bash
npm run build && npm run preview
```