From cf969645829968285a2cd1f8bc6b8bc49822d0ea Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 20 Dec 2015 21:24:30 -0500 Subject: [PATCH] add README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..111cd5d --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +wheic +===== + +This project is to build a HTML5 parser, then use that to build a WYSIWYG html +editor for the browser. + +Status +------ + +Under development + + +Getting Started +--------------- + +You'll need coffeescript, you can hopefully get that with a command such as +this: + + apt-get install coffeescript + +or + + npm install -g coffee-script + +Then run ``make`` + +Then run the test suite by opening ``index.html`` in a modern browser. + + +Feedback, Questions, Etc +------------------------ + +Please communicate directly with Jason Woofenden by email: jason@jasonwoof.com +or on freenode /msg JasonWoof -- 1.7.10.4