Add simple dashboard to review your sales based on variants, products and orders, it contains:
Add this line to your solidus application's Gemfile:
gem 'solidus_simple_dash', github: 'magma-labs/solidus_simple_dash'
And then execute:
$ bundle
$ bundle exec rails g solidus_simple_dash:install
Visit /overview
on Admin section
Then just run the following to automatically build a dummy app if necessary and run the tests:
bundle exec rake