ArgonAdmin

Simple admin panel generator with the Argon Dashboard theme for your new project.

Main features included by default:

Installation

Add this line to your application's Gemfile:

gem 'argon_admin'

And then execute:

$ bundle i

Next, you need to run the generator:

$ rails argon_admin:install

Generate devise user:

$ rails db:migrate
$ rails db:seed

And you're ready to go. Test if all it's ok by starting a server and check it with rails s.

Default admin user with email [email protected] and password 123456789

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/zelen-sv/argon_admin.