/moab

Project Moab, a new open-source balancing robot to help engineers and developers learn how to build real-world autonomous control systems with Project Bonsai.

Primary LanguageSCSSMIT LicenseMIT

Project Moab microsite

Location for the Project Moab assets, tutorial, documentation and HTML content.

Installation

npm install

Develop

Starts a local server. This will start a 11ty server and auto reload on changes.

npm run start

Deploy

Builds and commits to gh-pages branch.

npm run deploy