Skip to content

A react app for ensuring an Arduino can communicate over serial, through Stele

License

Notifications You must be signed in to change notification settings

scimusmn/stel-duino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stel-duino

Stel-duino is a React app that runs on NodeJS; it's purpose is to serve as a dedicated testbed app, running in conjunction with Stele and an Arduino sketch based on arduino-base, to ensure that Arduino sketches properly interact with Stele and other SMM apps.

Installation

First, you'll need to have nodejs installed on your computer; the instructions for doing this are outside the scope of this README, but you can read more here.

Next, it is highly suggested you have yarn installed. After installing nodejs, you can run:

npm install yarn --global

Finally, make sure to clone this repo to your computer. You can do this one of two ways:

To clone the repo to your machine via the command line, run:

$ git clone https://github.com/scimusmn/stel-duino

If you'd rather not use the command line, go ahead and click the "Download Button" on the GitHub page to save the repo as a Zip file to your computer.

Getting up and running

Once you've cloned the repo to your machine, you'll need to install the project dependencies. To do this navigate to the project root directory and run:

yarn

After the dependencies are installed, you can start the app by running:

npm run start

About

A react app for ensuring an Arduino can communicate over serial, through Stele

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published