# demo.activeadmin.info **Repository Path**: mirrors_activeadmin/demo.activeadmin.info ## Basic Information - **Project Name**: demo.activeadmin.info - **Description**: A demo application for Active Admin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Active Admin Demo This is a sample application to demo Active Admin. https://activeadmin-demo.onrender.com ## Development Setup - Clone this repository - Install Ruby 3.4 with [rbenv](https://github.com/rbenv/rbenv) - Install Node 22 with [nodenv](https://github.com/nodenv/nodenv) - `corepack enable` - `bundle install` - `yarn install` - `bin/rails db:seed` - `bin/dev` Open http://localhost:5000 and login using `admin@example.com` and `password`. ### Tests Run `bin/rails test:all`