The official website for SwarmRL — a Python library for multi-agent reinforcement learning in smart active systems.
🌐 Live Site: swarmrl.github.io
- React 19 with TypeScript
- Vite for fast builds
- Tailwind CSS v4 for styling
- React Router for navigation
- Deployed via GitHub Actions to GitHub Pages
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Build for production:
npm run build
-
Preview production build:
npm run preview
src/pages/— Content pages (Home, Overview, Use Cases, etc.)src/components/— Reusable UI components and layoutpublic/— Static assets (logo, images).github/workflows/— GitHub Actions deployment configuration
This website automatically deploys to GitHub Pages when changes are pushed to the main branch.