The Active Admin Demo
This is a sample store application to demo Active Admin.
The demo site was hosted on Heroku using free dynos. We have not transitioned yet to a new service so this demo is only available through local setup.
Local Development Setup
- Clone this repository
brew install libpq && brew link --force libpq
so thepg
gem will install- Install Docker Desktop
- Install Ruby 3 with rbenv
- Install Node 18 with nodenv
- Run
bundle install
Database Setup
docker compose up
bin/rails db:reset
Start Development
docker compose up
bin/dev
- Open http://localhost:5000