Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 522 Bytes

Johnny-five Arduino Framework-ish

"Framework" build on top of Johnny-five to build simple projects with Johnny-five

First-steps

Make sure you have connected your arduino board to your computer first

Init

  • Create your project.json based on project.example.json
  • Modify it based on your project needs.
  • Run npm run dev for development

Where goes my code?

...

Whats next?

  • Add more components
  • Add tests
  • Add support for other boards (raspberry pi?)