Files
whyrating-hub/README.md
Alejandro Gutiérrez 54bdf937d8 Initial commit - WhyRating Hub
Simple hub page for WhyRating project resources:
- Brand Site link
- Templates Site link
- Outline Docs link

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 00:33:12 +00:00

28 lines
476 B
Markdown

# NUC Portal
Self-hosted services dashboard for the NUC server at 192.168.1.3.
## Features
- Service cards with live health status indicators
- Bookmark links to external developer tools
- Dark/light mode toggle
- Search filtering across services and bookmarks
- Category-based organization
## Development
```bash
npm install
npm run dev
```
Open http://localhost:3000
## Deployment
Deployed via Coolify with Nixpacks.
- FQDN: http://nuc.lan
- Build: `npm run build`