/ActiveAdmin-Demo

This is a demo of how to setup ActiveAdmin

Primary LanguageRuby

ActiveAdmin - Demo Repo

This is the sample repo for Admin Panels In Ruby On Rails.

Videos

Setup & Running Locally

Clone down the repo, install Docker & run:

docker-compose build
docker-compose run --rm web /bin/sh -c 'bin/setup'
docker-compose up

Then navigate your browser to https://127.0.0.1:3000/ to see your site.

Useful Links