entroplain 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DEPLOY.md ADDED
@@ -0,0 +1,41 @@
1
+ # Deploying Entroplain Website to Vercel
2
+
3
+ ## Current Status
4
+ - ✅ Website code pushed to `website/` folder in main repo
5
+ - ✅ vercel.json added for deployment config
6
+ - ⏳ Needs Vercel project creation
7
+
8
+ ## Option 1: Manual Deploy (Easiest)
9
+
10
+ 1. Go to https://vercel.com/new
11
+ 2. Import `https://github.com/entroplain/entroplain`
12
+ 3. Set **Root Directory** to `website`
13
+ 4. Click Deploy
14
+
15
+ ## Option 2: CLI Deploy
16
+
17
+ ```bash
18
+ cd C:\Users\josha\.openclaw\workspace\projects\entroplain\website
19
+ npx vercel
20
+ ```
21
+
22
+ Follow prompts to link project.
23
+
24
+ ## After Deploy
25
+
26
+ The site will be live at `https://entroplain.vercel.app` (or custom domain).
27
+
28
+ Update README links to point to the live site.
29
+
30
+ ## Files
31
+ - `website/` - Next.js static site
32
+ - `vercel.json` - Deployment config (root level)
33
+ - `website/package.json` - Dependencies
34
+
35
+ ## Design
36
+ Based on Vercel's own design system (from design-md collection):
37
+ - White canvas with `#171717` text
38
+ - Green accent (`#4ade80`)
39
+ - Tight letter-spacing on headings
40
+ - Shadow-as-border technique
41
+ - Minimal, engineering-focused aesthetic