Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed May 3, 2023
1 parent c8ac1e0 commit e05262d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@
This is a demo app to show how simple it is to integrate [Avo](https://avohq.io) in your app.

Have a look at the [/avo](/app/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.

```bash
bundle install

bin/rails db:setup

bin/rails serve
```

0 comments on commit e05262d

Please sign in to comment.