-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.html
More file actions
20 lines (20 loc) · 946 Bytes
/
setup.html
File metadata and controls
20 lines (20 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/setup.css">
<title>IoT Maker Setup</title>
</head>
<body>
<h1>Setup</h1>
<ul>
<li>Install <a href="https://www.arduino.cc/en/Main/Software" target="_blank">Arduino USB driver</a>.</li>
<li>Go to <i>`chrome://extensions`</i> in Chrome browser, and install <a href="https://github.com/wotjs/chrome-app-api-proxy/raw/master/build/chrome-api-proxy-v0.0.7.crx">Chrome API Proxy</a> Chrome App.</li>
<li><a href="http://wotjs.io/maker">Getting started</a>.</li>
</ul>
<h1>Supported Environment</h1>
<p>
Currently, ONLY support <a href="https://www.google.com/chrome/" target="_blank">Google Chrome</a> browser. But we're doing works to support all platforms. Let's <a href="https://en.wikipedia.org/wiki/Write_once,_run_anywhere" target="_blank">write once, run anywhere</a>.
<p>
</body>
</html>