Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update SCORE.md and CLAUDE.md — Netlify deprecated, lith is production

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+6 -6
+5 -5
CLAUDE.md
··· 43 43 npm run ac 44 44 45 45 # Run individual servers: 46 - npm run site # Main Netlify dev server (port 8888) 46 + npm run site # Main dev server (port 8888) 47 47 npm run server:session # Session backend (port 8889) 48 48 npm run stripe # Stripe webhook listener 49 49 ``` ··· 201 201 202 202 ### Servers and Services 203 203 204 - 1. **System Server** (`system/`) 205 - - Netlify dev server serving the main application 206 - - Edge functions in `netlify/edge-functions/` 207 - - Serverless functions in `netlify/functions/` 204 + 1. **System Server** (`system/` + `lith/`) 205 + - Production: lith monolith (Express + Caddy on DigitalOcean VPS) 206 + - Dev: `npm run site` (port 8888) 207 + - Backend functions in `system/netlify/functions/` 208 208 - Handles piece serving, authentication, storage APIs 209 209 210 210 2. **Session Server** (`session-server/`)
+1 -1
SCORE.md
··· 55 55 56 56 **Backend** 57 57 - `session-server/` — Real-time multiplayer (Socket.io) 58 - - Netlify deployment for static assets 58 + - `lith/` — Monolith deploy (Express wrapping Netlify function handlers + static files, served via Caddy on a DigitalOcean VPS) 59 59 - Authentication and data storage 60 60 61 61 **Languages**