git ssb

2+

ev / mvd



Branch:
Ev Bogue committed integrate styles from 0qc experimentsLatest: 3c6e5e7 on 2/21/2019, 4:43:02 PM
📄.gitignore
📄avatar.js
📄bin.js
📄compose.js
📄config.js
📁config
📄index.js
📄keys.js
📄manifest.json
📄mvd-indexes.js
📄mvd.png
📄package-lock.json
📄package.json
📁query
📄readme.md
📄render.js
📄scuttlebot.js
📄style.css
📄style.css.json
📄style.js
📄tools.js
📄views.js
readme.md

mvd

mvd

This is a minimum viable full-stack Decent server and client.

Or you can call it model/view/decent

scuttlebot.js is the model views.js is the views index.js is the controller and render.js renders posts

getting started

npm install
npm run build
npm start

mvd should launch a browser window, and comes pre-configured to use the main ssb network by default. If you already have an .ssb folder, mvd should 'just work'.

To use mvd with decent or on a testnet, uncomment the appropriote lines in bin.js. For some reason sbot doesn't accept arguments properly, so we gotta hard code networsk right now!

try it online -- decent(ralized)

history

mvd is coded from scratch, but may have some code overlap with minbase and patchless


MIT

Built with git-ssb-web