summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-05-06 13:38:39 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-05-06 13:38:39 +0200
commit86eb8678fe3a124aa25a45de7b91c8df6cb7b74e (patch)
treedbad5ef2ca1e271647eec9bbaeb776cb5feb8c64 /README.md
parentca204408069c1f02ad04edd48c60188ccbe55974 (diff)
downloadn-86eb8678fe3a124aa25a45de7b91c8df6cb7b74e.tar.gz
Add basic session and router plumbing
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b66e8ba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+## Installation
+Install dependencies using Python 2.7 because node-gyp is not compatible with
+Python 3:
+
+ npm install --python=python2.7
+
+## Start
+Simply invoke `gulp server`.