aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-09-07 18:00:23 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-09-08 12:39:32 +0100
commit94990194cdec4f4f9348d2323a80004e6fc82f25 (patch)
treeaf121ffaad21356181fb30e3f39da2e4f0097770 /README
downloadmaps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar
maps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar.gz
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 45 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..dc1eebb
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
+
+# Building
+
+First build all the libraries, described below, then run:
+
+ grunt
+
+Or, to build for release (with smaller js and css files):
+
+ grunt release
+
+# Building the libraries
+
+## jquery
+
+ npm run build
+
+## bootstrap
+
+ npm install
+ grunt dist
+
+## leaflet-soton
+
+ git submodule update --init
+
+### leaflet
+
+ npm install -g jake
+ npm install
+
+This requires a local OSM database, and to setup config.json (use the template
+config.json.default).
+
+ ./create-data.js
+
+## list.js
+
+ npm install
+ grunt dist
+
+## typeahead.js
+
+ npm install
+ grunt