The official website for Rawnaqs — open source tools. Local first. Built with precision.
- Astro — static site generator
- Tailwind CSS v4 — styling
- GitHub Pages — hosting
npm install
npm run dev| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview build locally before deploying |
Pushes to main trigger automatic deployment via GitHub Actions.
AGPL-3.0