Skip to content

Commit

Permalink
Merge pull request #12 from ken-mar/main
Browse files Browse the repository at this point in the history
pulling
  • Loading branch information
cycomachead authored Jan 28, 2025
2 parents c0f43fb + ede370c commit 3b0c33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@

## First-Time Setup Instructions

1. Fork & clone the repository locally!
1. Clone the repository locally and then make your own branch!!
2. Install Ruby version 3.0.3, and switch to that version using `rvm use 3.0.3`
3. Run `bundle install --without production`
4. Run `db:schema:load` & `rake db:migrate`
4. Run `rake db:schema:load` & `rake db:migrate`
5. Follow [these instructions](https://devcenter.heroku.com/articles/creating-apps) to create & setup a new Heroku app on the CLI
- You must have PostgreSQL installed locally to run the rails server. Then, you must start the server via the command line
- **For Mac**: Run `brew services start postgresql`

0 comments on commit 3b0c33d

Please sign in to comment.