austinfrey committed updated ssb-web/rootLatest: e9e51af on 12/28/2018, 5:09:11 AM | |
📄 | .datignore |
📄 | .gitignore |
📁 | .ssb-web |
📁 | .well-known |
📄 | README.md |
📁 | bundles |
📁 | content |
📄 | dat.json |
📄 | favicon.ico |
📄 | package-lock.json |
📄 | package.json |
📁 | src |
📁 | webify |
README.md
How To
npm i
Run dev server for HTTP
npm start
Run file watcher for beaker development
npm run watch
Build for Beaker Browser
npm run build:dat
Build for Secure Scuttlebutt
npm run build:ssb
Build and publish to Secure Scuttlebutt
npm run webify
Publish to Secure Scuttlebutt
npm run publish:ssb
Build for all targets
npm run build
Built with git-ssb-web