Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Sep 6, 2023
1 parent bc30484 commit 0372f83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ This custom dashboard is a Ruby on Rails application developed for personal use
4. Create and migrate the database.

```bash
rails db:create db:migrate
rails db:create db:migrate db:seed
rails assets:precompile
```

5. Start the Rails server.
Expand All @@ -65,6 +66,8 @@ This custom dashboard is a Ruby on Rails application developed for personal use

Visit `http://localhost:3000` to view your custom dashboard.

- The default username is `loftwah@linkarooie.com` and the default password is `Password01`.

## Usage

To add links, sign up and navigate to your dashboard settings. Here, you can manage and pin links, as well as customize your dashboard's appearance.
Expand Down

0 comments on commit 0372f83

Please sign in to comment.