Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 583 Bytes

Bot Army Cookbook - Tips, Tricks, and Recipes for Writing Bot Army Trees and

Actions

Intro

Helpful approaches and snippets for working with the bot army.

This uses Metalsmith to build a static site.

Building

make build will install all deps and build the static site into /docs.

You can also run make dev (after installing the deps with npm install) to run a dev server that will host the site, watch the file-system for changes, and live reload your page. Preview on http://localhost:8000/.