Skip to content

Commit

Permalink
fix: added note about the seeding step to Readme (avo-hq#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryszard committed Aug 9, 2023
1 parent b5e9d7b commit bbe7c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ You can run `bin/dev` from the root directory, which will start an overmind (sim

## Seeding the database for local development

NOTE: If you used the `bin/init` script, this step has already been done for you.

Run `AVO_ADMIN_PASSWORD=secret bin/rails db:seed` to seed the database with dummy data and create a user for yourself with the email `avo@avohq.io` and password `secret`.

## Using your fork from another project
Expand Down

0 comments on commit bbe7c6e

Please sign in to comment.