Skip to content

CMDBrew/demo.adminterface.io

Repository files navigation

Adminterface Demo

CI

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.

Installation

  1. Clone the repo
  2. Install dependencies
$ bundle install
$ yarn install
  1. Setup the database
$ rails db:create
$ rails db:migrate
  1. Start your server
$ rails server