A store application to use in tutorials for Active Admin
This is a sample application to demo Active Admin.
https://activeadmin-demo.onrender.com
corepack enable
bundle install
yarn install
bin/rails db:seed
bin/dev
Open http://localhost:5000 and login using admin@example.com
and password
.
Run bin/rails test:all