|
@@ -1,6 +1,6 @@
|
|
-# Especially Flasher
|
|
|
|
|
|
+# Flasher.js
|
|
|
|
|
|
-_Especially Flasher_ is a tool to get JavaScript running natively on
|
|
|
|
|
|
+_Flasher.js_ is a tool to get JavaScript running natively on
|
|
the Internet of Things device, ESP8266. This application runs on
|
|
the Internet of Things device, ESP8266. This application runs on
|
|
Windows, Mac OS X and Linux.
|
|
Windows, Mac OS X and Linux.
|
|
|
|
|
|
@@ -9,6 +9,15 @@ EP-12 devices like the Adafruit Huzzah and Adadfruit Feather Huzzah.
|
|
|
|
|
|
-------
|
|
-------
|
|
|
|
|
|
|
|
+## Run the GUI
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+npm install
|
|
|
|
+npm start
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+-------
|
|
|
|
+
|
|
## ROM Communication
|
|
## ROM Communication
|
|
|
|
|
|
The ESP8266 is notoriously finicky about being flashed, we've done our best to abstract that for you.
|
|
The ESP8266 is notoriously finicky about being flashed, we've done our best to abstract that for you.
|
|
@@ -44,7 +53,7 @@ We are using [Bunyan](https://github.com/trentm/node-bunyan) for logging, make s
|
|
|
|
|
|
## Contributing
|
|
## Contributing
|
|
|
|
|
|
-If you want to contribute to the Especially Flasher clone this repo and
|
|
|
|
|
|
+If you want to contribute to the Flasher.js clone this repo and
|
|
run the following commands.
|
|
run the following commands.
|
|
|
|
|
|
```bash
|
|
```bash
|