https://github.com/casoon/atlas-demo
Demo showcase for Atlas UI components and effects
https://github.com/casoon/atlas-demo
Last synced: 5 months ago
JSON representation
Demo showcase for Atlas UI components and effects
- Host: GitHub
- URL: https://github.com/casoon/atlas-demo
- Owner: casoon
- Created: 2025-12-11T12:43:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-23T17:33:41.000Z (6 months ago)
- Last Synced: 2025-12-25T07:29:54.454Z (6 months ago)
- Language: Astro
- Homepage: https://atlas-demo.casoon.dev
- Size: 583 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlas Demo
Admin Dashboard Demo built with the Atlas UI Framework.
## Tech Stack
- **Astro 5** - Static Site Generator
- **HTMX** - HTML-first interactivity
- **Alpine.js** - Lightweight reactivity
- **Tailwind CSS 4** - Utility-first CSS
- **Atlas UI** - CSS Framework & Components
## Getting Started
```bash
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Build for production
pnpm build
```
## Project Structure
```
src/
├── atlas/ # Atlas UI Framework (local copy)
│ ├── styles/ # CSS (core, components, utilities, effects)
│ ├── components/ # JS Components (button, modal, toast, etc.)
│ └── effects/ # JS Effects (ripple, glow, parallax, etc.)
├── layouts/ # Astro layouts
├── pages/ # Astro pages
│ └── admin/ # Admin dashboard pages
└── styles/ # Project styles
```
## Requirements
- Node.js 24+ (managed via Volta)
- pnpm 9.14+