JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rename style.css -> css.css
[crayon_mockup.git] / README.md
1 About
2 -----
3
4 This is a tool to create design mockups in the browser.
5
6 It is client-side only (just javascript and some CSS).
7
8 The interface is SVG, so it works on everything except IE8.
9
10
11 Status
12 ------
13
14 Early development. Not ready to be used yet. Patches welcome.
15
16
17 Hacking / Building
18 ------------------
19
20 1.      Install prerequisites:
21
22                 apt-get install make coffeescript node-stylus jquery javascript-common
23
24 2.      Compile
25
26                 make
27
28 3.      Open this directory via some url that goes through apache or lighttpd
29
30
31 See below if you don't have, or don't want to have javascript-common and Apache.
32
33
34 Hacking / Building without apache and javascript-common
35 -------------------------------------------------------
36
37 1.      Install prerequisites:
38
39                 apt-get install make coffeescript node-stylus
40
41 2.      Compile
42
43                 make
44
45 3.      Download jquery
46
47 4.      Edit the URL for jquery in index.html
48
49 5.      Open index.html in your browser