JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add README.md
[peach-html5-editor.git] / README.md
1 wheic
2 =====
3
4 This project is to build a HTML5 parser, then use that to build a WYSIWYG html
5 editor for the browser.
6
7 Status
8 ------
9
10 Under development
11
12
13 Getting Started
14 ---------------
15
16 You'll need coffeescript, you can hopefully get that with a command such as
17 this:
18
19         apt-get install coffeescript
20
21 or
22
23         npm install -g coffee-script
24
25 Then run ``make``
26
27 Then run the test suite by opening ``index.html`` in a modern browser.
28
29
30 Feedback, Questions, Etc
31 ------------------------
32
33 Please communicate directly with Jason Woofenden by email: jason@jasonwoof.com
34 or on freenode /msg JasonWoof