项目作者: activeadmin

项目描述 :
A store application to use in tutorials for Active Admin
高级语言: Ruby
项目地址: git://github.com/activeadmin/demo.activeadmin.info.git
创建时间: 2011-02-17T15:56:16Z
项目社区:https://github.com/activeadmin/demo.activeadmin.info

开源协议:

下载


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
  • Install Node 20 with 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