No description
- JavaScript 35%
- MDX 33.8%
- CSS 19.5%
- TypeScript 6.2%
- Dockerfile 5.5%
| src | ||
| .dockerignore | ||
| .gitignore | ||
| astro.config.mjs | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
nyati
Public developer portal for the nyati Rust ecosystem.
This site intentionally documents only public projects:
nyatibaranyatikitnyatiagentsnyaticodenyatipaw
Development
npm install
npm run dev
Build
npm run build
npm run preview
Container
docker build -t nyati-site .
docker run --rm -p 8080:80 nyati-site
The site is built with Astro + Starlight and served as static files. cargo doc
and crates.io/docs.rs links are intentionally deferred until the public crate
release policy is ready.