diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90a5b24..e7889f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,12 +53,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - cache: 'npm' - cache-dependency-path: backend/package-lock.json - name: ๐ฆ Install backend dependencies working-directory: ./backend - run: npm ci + run: npm install - name: ๐งช Test backend startup working-directory: ./backend diff --git a/.gitignore b/.gitignore index 7ceb59f..485c60b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,7 @@ dist-ssr *.sln *.sw? .env +.cline + +# Internal documentation (contains sensitive development details) +MEMORY_BANK.md diff --git a/README.md b/README.md index 71ef921..51ec3c5 100644 --- a/README.md +++ b/README.md @@ -17,25 +17,42 @@
-
-### **๐ค AI Provider Configuration**
-*Choose from 5 different AI providers for optimal performance*
-
-
-
-### **๐ AI Analytics & Insights**
-*Track costs, performance, and usage across all AI providers*
-
-
-
-### **๐ค Face Recognition Settings**
-*Advanced face detection and visitor identification*
-
-
+*Click any screenshot to view full size*
+
+|
+๐ Main Dashboard +Real-time visitor monitoring with AI-powered insights + +
+
+ |
+
+๐ค AI Provider Configuration +Choose from 5 different AI providers for optimal performance + +
+
+ |
+
|
+๐ AI Analytics & Insights +Track costs, performance, and usage across all AI providers + +
+
+ |
+
+๐ค Face Recognition Settings +Advanced face detection and visitor identification + +
+
+ |
+