Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janjiss/escritorio_ruby

Escritorio - Elegant publishing platform written in Ruby
https://github.com/janjiss/escritorio_ruby

blog blog-engine cuba publishing rom-rb ruby

Last synced: about 1 month ago
JSON representation

Escritorio - Elegant publishing platform written in Ruby

Awesome Lists containing this project

README

        

# Escritorio

## Vision
While traveling South America for a year, I've found out the hard way that internet connection is not always available and when it is, it might not be stable. Writing your blog should be possible wherever, whenever and with or without an internet connection and the experience has to be smooth and pleasent.

### Offilne editing
We want to support offline editing API's and provide developers with tools that will help them to create amazing integrations.

### State of the art Text Editor
Text editing should get out of your way and Just Work. We will use mobiledoc format to make our editor extensible and portable to other formats.

### Setup
1. Install `gem install dep` [dep](http://cyx.github.io/dep/)
2. Install Ruby dependencies `dep install`
3. Install yarn `yarn` [yarn](https://yarnpkg.com/en/docs/install)
4. Install JS dependencies `yarn install`
5. Run migrations `rake db:migrate`
6. Start server `shotgun -p 3000` [shotgun](https://github.com/rtomayko/shotgun)
7. Start brunch server `yarn run brunch`