You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
# JS Console
2
2
3
-
A JavaScript (and [CoffeeScript](http://coffeescript.com)) web console, useful
4
-
for quick experimentation, debugging, presentations (for live coding) and workshops.
5
-
6
-
Also available as a [native iOS app](http://jsconsole.com/app/) from the iTunes store.
3
+
A JavaScript web console, useful for quick experimentation, debugging, presentations (for live coding) and workshops.
7
4
8
5
# Features
9
6
@@ -17,9 +14,7 @@ Also available as a [native iOS app](http://jsconsole.com/app/) from the iTunes
17
14
18
15
# Hosting jsconsole yourself
19
16
20
-
This requires that you install [node.js](http://nodejs.org). Once installed,
21
-
download this project (or clone it using git)
22
-
and inside the new `jsconsole` directory run:
17
+
This requires that you install [node.js](http://nodejs.org). Once installed, download this project (or clone it using git) and inside the new `jsconsole` directory run:
23
18
24
19
npm install
25
20
@@ -33,8 +28,6 @@ Or to run on a specific port (like 8080):
33
28
34
29
node server.js 8080
35
30
36
-
Then check your own ip address of the machine it's running on (using `ipconfig`
37
-
for windows or `ifconfig` for mac and linux). Then on the mobile phone, just
38
-
visit that IP address and port you're running jsconsole on:
31
+
Then check your own ip address of the machine it's running on (using `ipconfig` for windows or `ifconfig` for mac and linux). Then on the mobile phone, just visit that IP address and port you're running jsconsole on:
0 commit comments