Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 458 Bytes

Setka Editor Demo Application

Sample application to show custom integration basic options using the SetkaIntegration gem.

Installation

Set up database options in config/database.yml and run:

bundle install
bundle exec rails db:create db:migrate db:seed
bundle exec foreman start

Usage

View existing posts and create new ones!