Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/activeadmin/demo.activeadmin.info

A demo application for Active Admin
https://github.com/activeadmin/demo.activeadmin.info

activeadmin rails ruby

Last synced: about 24 hours ago
JSON representation

A demo application for Active Admin

Awesome Lists containing this project

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 with [rbenv](https://github.com/rbenv/rbenv)
- Install Node 20 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 `[email protected]` and `password`.

### Tests

Run `bin/rails test:all`