1
0
Эх сурвалжийг харах

Flasher.js rebrand

Signed-off-by: Andrew Chalkley <andrew@chalkley.org>
Andrew Chalkley 9 жил өмнө
parent
commit
531130402f
3 өөрчлөгдсөн 18 нэмэгдсэн , 9 устгасан
  1. 12 3
      README.md
  2. 2 2
      front-end/index.html
  3. 4 4
      package.json

+ 12 - 3
README.md

@@ -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
 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
 
 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
 
-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.
 
 ```bash

+ 2 - 2
front-end/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <title>Especially Flasher</title>
+    <title>Flasher.js</title>
 
     <!-- Stylesheets -->
     <link rel="stylesheet" href="css/photon.min.css">
@@ -10,7 +10,7 @@
 <div class="window">
 
     <header class="toolbar toolbar-header">
-        <h1 class="title">Especially Flasher</h1>
+        <h1 class="title">Flasher.js</h1>
     </header>
 
     <div class="window-content">

+ 4 - 4
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "especially-flasher",
+  "name": "flasher.js",
   "version": "1.0.0",
   "description": "A GUI tool for flashing the Espruino JavaScript runtime on Adafruit Huzzah (ESP8366 based) boards",
   "main": "index.js",
@@ -8,7 +8,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+ssh://git@github.com/thingsSDK/especially-flasher.git"
+    "url": "git+ssh://git@github.com/thingsSDK/flasher.js.git"
   },
   "keywords": [
     "espruino",
@@ -20,9 +20,9 @@
   "author": "Andrew Chalkley <andrew@chalkley.org>",
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/thingsSDK/especially-flasher/issues"
+    "url": "https://github.com/thingsSDK/flasher.js/issues"
   },
-  "homepage": "https://github.com/thingsSDK/especially-flasher#readme",
+  "homepage": "https://github.com/thingsSDK/flasher.js#readme",
   "dependencies": {
     "bunyan": "^1.8.0",
     "node-binary": "^1.1.0",