Update README.md

main
rebuilt 1 year ago committed by GitHub
parent cf31eee44c
commit e060d6b663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save