It is a simple demo site which shows how the sirko engine and sirko client can provide better experience to users.
- Ruby 2.x
-
Install Ruby dependencies:
$ bundle install
-
Create a
.env
file 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.