Skip to content

Commit

Permalink
Add database setup to README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpeterka authored Sep 28, 2024
1 parent 1f91ba5 commit 57af698
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ This repository is intended to be simple and easy to run locally with a fully-fe
# 1. Clone this repository via git
# 2. Set it up locally
bundle install
# 3. Run the demo Rails application:
# 3. Create database
bin/rails db:setup
# 4. Run the demo Rails application:
bin/rails s
# 4. Load the demo application in your browser
# 5. Load the demo application in your browser
open http://localhost:3000
# 5. Make changes, see the result, commit and make a PR!
# 6. Make changes, see the result, commit and make a PR!
```
## License
Expand Down

0 comments on commit 57af698

Please sign in to comment.