No description
Find a file
2024-02-07 15:39:27 -08:00
app chore: make sure CSV and File objects are properly namespaced 2024-02-07 15:39:27 -08:00
bin initial commit 2023-12-22 19:20:08 -08:00
config chore: start adding browse view 2024-01-26 07:43:52 -08:00
data chore: get admin data scraper running 2024-02-07 11:47:25 -08:00
db/migrate chore: get admin data loader working 2024-02-05 15:00:39 -08:00
lib chore: make sure CSV and File objects are properly namespaced 2024-02-07 15:39:27 -08:00
spec chore: make sure CSV and File objects are properly namespaced 2024-02-07 15:39:27 -08:00
.byebug_history chore: add byebug 2024-01-05 12:48:48 -08:00
.gitignore chore: ignore development file 2024-01-29 18:13:10 -08:00
.rspec install and set up rspec 2023-12-22 19:28:27 -08:00
dashboard.gemspec chore: get cleaner running 2024-01-31 16:16:24 -08:00
Gemfile chore: Add annotate gem 2024-01-31 15:07:10 -08:00
Gemfile.lock chore: make sure CSV and File objects are properly namespaced 2024-02-07 15:39:27 -08:00
package.json chore: Change license format to SPDX 2024-01-10 14:49:05 -08:00
Rakefile initial commit 2023-12-22 19:20:08 -08:00
README.md chore: install cssbundling rails and set up compilation 2024-01-05 21:29:23 -08:00
yarn-error.log chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00
yarn.lock chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00

Dashboard

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "dashboard", git: "https://github.com/edcommonwealth/Dashboard"

And then execute:

$ bundle

And run the migrations:

./bin/rails dashboard:install:migrations

Install javascript bundler

./bin/rails javascript:install:esbuild

Install css bundler

./bin/rails css:install:bootstrap

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the GPL v3 license