This is the demo application for the Adminterface gem— https://github.com/CMDBrew/adminterface. Check our website to find in-depth documentation for everything that Adminterface offers.
- Clone the repo
- Install dependencies
$ bundle install
$ yarn install
- Setup the database
$ rails db:create
$ rails db:migrate
- Start your server
$ rails server