Commit feb9d3ba55bb5896bdc42c4579acc0780735f4dc
setup info
Joran committed on 3/23/2019, 5:27:18 AMParent: 8c686fb2b73c28246604759c61d6636e2812d871
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -7,8 +7,17 @@ | ||
7 | 7 … | |
8 | 8 … | see also: |
9 | 9 … | * [the state of yap](https://en.wikipedia.org/wiki/Yap) |
10 | 10 … | |
11 … | +## how to run | |
12 … | + | |
13 … | +`npm i` | |
14 … | + | |
15 … | +`node index.js` | |
16 … | + | |
17 … | +Navigate to `http://localhost:8005/public` | |
18 … | + | |
19 … | + | |
11 | 20 … | ## architecture |
12 | 21 … | |
13 | 22 … | The idea here is to create a traditional http/html only app, |
14 | 23 … | but then supercharge it with _cache invalidation_, to give |
Built with git-ssb-web