JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add README.md
authorJason Woofenden <jason@jasonwoof.com>
Sun, 20 Sep 2015 22:05:22 +0000 (18:05 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 20 Sep 2015 22:05:22 +0000 (18:05 -0400)
.gitignore
README.md [new file with mode: 0644]

index 5e5f776..a8920e4 100644 (file)
@@ -1,2 +1,2 @@
-/auto.js
+/main.js
 /style.css
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..5e80a9b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,49 @@
+About
+-----
+
+This is a tool to create design mockups in the browser.
+
+It is client-side only (just javascript and some CSS).
+
+The interface is SVG, so it works on everything except IE8.
+
+
+Status
+------
+
+Early development. Not ready to be used yet. Patches welcome.
+
+
+Hacking / Building
+------------------
+
+1.     Install prerequisites:
+
+               apt-get install make coffeescript node-stylus jquery javascript-common
+
+2.     Compile
+
+               make
+
+3.     Open this directory via some url that goes through apache or lighttpd
+
+
+See below if you don't have, or don't want to have javascript-common and Apache.
+
+
+Hacking / Building without apache and javascript-common
+-------------------------------------------------------
+
+1.     Install prerequisites:
+
+               apt-get install make coffeescript node-stylus
+
+2.     Compile
+
+               make
+
+3.     Download jquery
+
+4.     Edit the URL for jquery in index.html
+
+5.     Open index.html in your browser