-
Clone this repo into a directory:
https://github.com/awestruct/web-editor.git
-
Move into the directory:
cd web-editor
-
Install dependencies:
bundle install
-
Start the server:
rackup
If you would like to use something besides Webrick simply install the different ruby server by adding one of the following lines to the bottom of Gemfile:
gem 'puma'
gem 'thin'
Tip
|
We recommend puma as it works with the widest matrix of ruby versions and architectures. |
After one of those servers has been added to the Gemfile run
bundle install
then proceed with rackup
.
The application takes advantage of the latest in CSS3 flexbox so the following browsers are currently supported:
-
Google Chrome Latest
-
Firefox 22+
-
Safari 6+