Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/storyblok/rails-boilerplate

Ruby on Rails Storyblok Starter Boilerplate
https://github.com/storyblok/rails-boilerplate

cms hacktoberfest ruby ruby-on-rails storyblok

Last synced: about 1 month ago
JSON representation

Ruby on Rails Storyblok Starter Boilerplate

Awesome Lists containing this project

README

        

# README

This project is an example of how to integrate the headless CMS Storyblok to a Ruby on Rails project.

You can read the full "how to article" at [www.storyblok.com/tp/ruby-on-rails-cms](https://www.storyblok.com/tp/ruby-on-rails-cms).

## Installation

First exchange the token Dv2ok3DqODzzb8QUuN2XCgtt with your preview token from Storyblok`s settings page in following files:

* pages_controller.rb
* page.liquid

Then install the gems and start the server.

~~~console
bundle install
rails server -p 3000
~~~