Skip to content

avo-hq/main.avodemo.com

Repository files navigation

README

Visit the live app on main.avodemo.com

This is a demo app to show how simple it is to integrate Avo in your app.

Have a look at the /avo directory to find the resources, filters and actions.

Install locally

This should be a pretty straighforward Rails install. The app has seeds and everything it needs.

bundle install

bin/rails db:setup

bin/rails serve