Skip to content

Commit 9227228

Browse files
committed
first pass dark-crystal standalone!
1 parent 39713bc commit 9227228

File tree

5 files changed

+316
-396
lines changed

5 files changed

+316
-396
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Infinite-game
1+
# Dark-Crystal
22

3-
weave things with your friends
4-
stay alive as long as you can
3+
back up secrets by weaving them into your relationships
54

65
```
76
npm install

main.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const thisApp = require('./plugs')
88
// plugins loaded first will over-ride core modules loaded later
99
const sockets = combine(
1010
thisApp,
11+
plugins.darkCrystal,
12+
13+
// NOTE - the following two plugins are needed because the /calendar page expects things from them. That needs extracting, or these plugins need to provide dummy plugs to stop the app exploding!
1114
plugins.gatherings,
1215
plugins.scry,
1316
patchbay,
@@ -16,5 +19,5 @@ const sockets = combine(
1619

1720
const api = entry(sockets, nest('app.html.app', 'first'))
1821

19-
const initialTabs = ['/calendar']
22+
const initialTabs = ['/dark-crystal']
2023
document.body.appendChild(api.app.html.app(initialTabs))

0 commit comments

Comments
 (0)