summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..0646b4c
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,16 @@
+Hands-on Scala.js
+=================
+
+Source code for [lihaoyi.github.io/hands-on-scala-js](http://lihaoyi.github.io/hands-on-scala-js)
+
+To build,
+
+```
+sbt book/run
+```
+
+And look in
+
+```
+book/target/output/index.html
+```