Automagical aims to create an easy to use WYSIWYG Editor for HTML and CSS that outputs as it's result clean, readable HTML and CSS. It's purpose is to help web designers get a good start on designing a web page and get feedback on it. When the initial design is done, you are left with clean HTML and CSS code to continue with.
jQuery 1.4.2 is included in the lib folder. The server side runs on Node.js. You will need to install node and npm. The app uses the following packages and versions:
[email protected] High performance middleware framework
[email protected] Redis session store for Connect
[email protected] Embedded JavaScript templates
[email protected] Sinatra inspired web development
[email protected] Express utilities
[email protected] Express flash notification message
[email protected] Wrapper for reply processing code
[email protected] A comprehensive library for mime-ty
[email protected] querystring parser
[email protected] Redis client library
[email protected] A javascript implementation of the jsdom
[email protected] jQuery
[email protected] active http installed simple util utility
[email protected]
After installing npm, you should be able to install all of the dependancies with 'npm install'. So to install express do: npm install express
You will also need to install and run Redis.
If you have problems running the app with the above instructions, please open an issue and I'll try to help you as soon as possible.