This is the default Spree Admin Dashboard.
All-in-one platform for all your Marketplace and B2B eCommerce needs. Start your 30-day free trial
Fire up your own instance in the cloud:
Default credentials:
spree@example.com
spree123
Spree Admin Dashboard is bundled with Spree Starter and we recommend following Spree Getting Started guide.
You can also add Spree and Admin Dashboard to an existing Ruby on Rails application as well.
Spree Admin Dashboard is an open source project and we love contributions in any form - pull requests, issues, feature ideas!
Please review the Spree Contributing Guide
Create test application:
cd spree_backend
bundle install
bundle exec rake test_app
Entire test suite (this can take some time!)
bundle exec rspec
Single test file:
bundle exec rspec spec/features/admin/users_spec.rb
ChromeDriver is required for feature tests. On MacOS you can install it by running:
brew install chromedriver
Spree Admin Dashboard is released under the New BSD License.