Sirko demo

March 11, 2018 ยท View on GitHub

It is a simple demo site which shows how the sirko engine and sirko client can provide better experience to users.

Try demo

Development

Requirements

  • Ruby 2.x

Setup

  1. Install Ruby dependencies:

    $ bundle install
    
  2. Create a .env file and define a url to the engine.

    # .env
    SIRKO_ENGINE_URL = http://localhost:4000
    
  3. Launch the app:

    $ shotgun
    
  4. Visit http://localhost:9393 to see the demo site.

Contents

  1. 1Development
  2. 1.1Requirements
  3. 1.2Setup