git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Tree: d2b5693b01842e3376dae3c3cf5c579e03e490c4

Files: d2b5693b01842e3376dae3c3cf5c579e03e490c4 / localhost / index.js

286 bytesRaw
1const start = require('inu-engine')
2const morph = require('nanomorph')
3const {pull, drain} = require('pull-stream')
4const css = require('sheetify')
5
6css('tachyons')
7
8const {views} = start(require('./engine'))
9
10const main = document.body
11
12pull(views(), drain(view => morph(main, view)))
13

Built with git-ssb-web