fresh start
This commit is contained in:
parent
62c3e2d368
commit
7f86647175
570 changed files with 4895 additions and 866 deletions
13
docs/primer.md
Executable file
13
docs/primer.md
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
# Primer for The Fold Within Earth
|
||||
|
||||
## 5-Min Overview
|
||||
The Fold is a static Markdown blog that becomes a P2P MUD when JS is enabled. Content in /atlas, built to /dist.
|
||||
|
||||
## 30-Min Deep Dive
|
||||
- Schema: YAML front-matter in .md.
|
||||
- Validation: foldlint.js checks schema, graphs, hashes, signatures.
|
||||
- Build: Generates HTML with links, sanitizes Markdown.
|
||||
- Witness: Ephemeral chat via WebRTC, offline localStorage.
|
||||
- Scribe: Appends deltas atomically.
|
||||
|
||||
For full canon, refer to blueprint.
|
||||
Loading…
Add table
Add a link
Reference in a new issue