Initial commit: Amber Valley Community Hub fallback site

Vite + React 18 + Tailwind CSS community events video library with 42
topic-matched thumbnails, auth modal that always fails, and Docker/nginx
setup on port 8081.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Yuriy Panov
2026-02-20 12:00:09 +06:00
commit b210e4d2fb
61 changed files with 3332 additions and 0 deletions

6
vite.config.js Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})