Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem "dashboard", git: "https://github.com/edcommonwealth/Dashboard"And then execute:
$ bundleAnd install the migrations:
./bin/rails dashboard:install:migrationsRun the migration:
./bin/rails db:migrateMount the engine to your desired route:
mount Dashboard::Engine, at: "dashboard"Navigate to the dashboard page: If run in development:
http://localhost:3000/dashboard/welcome
Install javascript bundler
./bin/rails javascript:install:esbuildInstall css bundler
./bin/rails css:install:bootstrapContribution directions go here.
The gem is available as open source under the terms of the GPL v3 license