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
- Host: GitHub
- URL: https://github.com/gaia-react/gaia-react.github.io
- Owner: gaia-react
- Created: 2026-04-24T08:03:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-19T11:44:47.000Z (27 days ago)
- Last Synced: 2026-05-19T14:47:08.670Z (27 days ago)
- Language: TypeScript
- Size: 931 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: roadmap/index.html
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
```