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.
Development
Requirements
- Ruby 2.x
Setup
-
Install Ruby dependencies:
$ bundle install -
Create a
.envfile and define a url to the engine.# .env SIRKO_ENGINE_URL = http://localhost:4000 -
Launch the app:
$ shotgun -
Visit http://localhost:9393 to see the demo site.