Volgly is a tool that help you to improve and follow performance, statistic and good pratices of your site
If available in Hex, the package can be installed as:
- Add
volglyto your list of dependencies inmix.exs:
```elixir
def deps do
[{:volgly, "~> 0.1.0"}]
end
```
- Ensure
volglyis started before your application:
```elixir
def application do
[applications: [:volgly]]
end
```