git ssb

2+

cel / scuttlebot.io



Tree: 6a055e1be48956691b060c261266f3d9e41250d9

Files: 6a055e1be48956691b060c261266f3d9e41250d9 / README.md

625 bytesRaw

Scuttlebot.io

Source/assets for https://scuttlebot.io

Build

npm install
npm run build

Auto-build watcher:

npm run watch

Then point your server at ./build to serve.

Build process

index.js will iterate ./tmpl, run any templates, and copy output to ./build.

Templates

Templates are .html.js and .css.js files in ./tmpl.

Template files should export a single function, which outputs the html/css.

Partials

Partials are .part.js files in ./tmpl.

They are ignored by the build process.

Static assets

All other files are directly copied from ./tmpl to ./build.

Built with git-ssb-web