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.
Перейти к файлу
Scott Stanfield bc3242bddd Node-sass depreciated: replace with dart-sass
To install:

`brew install sass/sass/sass`
2020-12-15 21:28:06 -08:00
_site fix lesson name typo 2020-11-29 12:22:21 -08:00
img Better frame of reference diagram and typos 2020-05-19 20:39:36 -07:00
js Go live 2020-05-19 19:59:18 -07:00
scss Clean up table styling 2020-07-07 09:17:05 -07:00
.gitignore Initial commit 2020-05-18 15:25:33 -07:00
11ty.js Go live 2020-05-19 19:59:18 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-05-18 14:53:13 -07:00
LICENSE Go live 2020-05-19 19:59:18 -07:00
README.md Go live 2020-05-19 19:59:18 -07:00
SECURITY.md Initial SECURITY.md commit 2020-05-18 14:53:15 -07:00
package-lock.json Node-sass depreciated: replace with dart-sass 2020-12-15 21:28:06 -08:00
package.json Node-sass depreciated: replace with dart-sass 2020-12-15 21:28:06 -08:00
webpack.config.js Go live 2020-05-19 19:59:18 -07:00

README.md

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