Skip to content

Commit

Permalink
Update Readme file (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck authored Apr 9, 2024
1 parent 3914169 commit 21edfc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ SQLite 3
1. Make sure you are on the qa branch: `git checkout qa`
1. Install bundler (if needed): `gem install bundler`
1. Run bundler: `bundle install`
1. Run the database migrations: `bundle exec rake db:migrate`
1. To include the colleges at UC, seed the database: `bundle exec rake db:seed`
1. Start the rails server: `rails server`
1. Run the database migrations: `bundle exec rails db:migrate`
1. To include the colleges at UC, seed the database: `bundle exec rails db:seed`
1. Start the rails server: `bundle exec rails server`
1. Visit the site at [http://localhost:3000] (http://localhost:3000)

## Running the tests
1. Run the database migrations: ```bundle exec rake db:migrate``` (Optional)
1. Run the database migrations if you haven't already: ```bundle exec rails db:migrate```
1. Run the test suite: ```bundle exec rspec```

## Note on Dependency Management
Expand Down

0 comments on commit 21edfc9

Please sign in to comment.