This repository contains the binder.js
code and the 11ty static site https://binderjs.com.
To learn more about binder.js see https://binderjs.com.
This project uses hermit to manage the node/npm/npx install.
# Activate hermit
source bin/activate-hermit
# Install dependencies
npm install
# Run 11ty website locally
npm run serve
# Build 11ty site to ./build/site/
npm run build:site
# Build jsdoc site to ./build/docs/
npm run build:docs
# Build JS to ./build/static/
npm run build:js
# Build everything
npm run build
Licensed under MIT. (https://github.com/teamwebhq/binder/blob/main/LICENSE)
Learn more about TeamWeb at https://teamwebhq.com/.