Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/janjiss/escritorio_ruby
- Owner: janjiss
- Created: 2017-01-22T05:46:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T00:45:03.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T23:41:38.215Z (3 months ago)
- Topics: blog, blog-engine, cuba, publishing, rom-rb, ruby
- Language: CSS
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`