mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
Update README.md
This commit is contained in:
parent
cf31eee44c
commit
e060d6b663
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -16,11 +16,27 @@ And then execute:
|
|||
$ bundle
|
||||
```
|
||||
|
||||
And run the migrations:
|
||||
And install the migrations:
|
||||
```bash
|
||||
./bin/rails dashboard:install:migrations
|
||||
```
|
||||
|
||||
Run the migration:
|
||||
```bash
|
||||
./bin/rails db:migrate
|
||||
```
|
||||
|
||||
Mount the engine to your desired route:
|
||||
```bash
|
||||
mount Dashboard::Engine, at: "dashboard"
|
||||
```
|
||||
|
||||
Navigate to the dashboard page:
|
||||
If run in development:
|
||||
```
|
||||
http://localhost:3000/dashboard/welcome
|
||||
```
|
||||
|
||||
Install javascript bundler
|
||||
```bash
|
||||
./bin/rails javascript:install:esbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue