- Replace sidebar-based layout with full-width documentation website design - Add custom layout.tsx for /docs route without sidebar - Implement gradient header with API branding and feature highlights - Add statistics cards showcasing API capabilities - Create feature highlight sections for AI Classification, Image Captioning, and Batch Processing - Integrate Swagger UI within professionally styled container - Add comprehensive Tailwind CSS styling with dark mode support - Include interactive documentation footer with status indicators - Maintain all existing functionality while improving visual presentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
---|---|---|
.idea | ||
src | ||
.gitignore | ||
AIROADMAP.md | ||
API_DOCUMENTATION.md | ||
CLAUDE.md | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.mjs | ||
README.md | ||
tsconfig.json |
Photos Gallery
A Next.js application for displaying and organizing photos.
Prerequisites
macOS CIFS Share Access
If you're running this application on macOS and accessing photos from a mounted CIFS share, you'll need to grant your terminal application full disk access:
- Open System Preferences → Security & Privacy → Privacy
- Select Full Disk Access from the left sidebar
- Click the lock icon and enter your password to make changes
- Click the + button and add your terminal application (e.g., Terminal.app, iTerm2, etc.)
- Restart your terminal application
This is required because macOS restricts access to network-mounted drives without explicit permission.
Getting Started
npm install
npm run dev
Open http://localhost:3000 in your browser.