Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkey11 committed Nov 18, 2024
1 parent 01d99c0 commit 0e2ac3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ In this project, you will be building a Rails application that allows users to s

2. **Once the Codespace is ready:**
- The project will be automatically set up for you.
- The database will be created and migrated.
- Run `bundle install` to install the dependencies.

3. **Start the Rails server:**
- Run `rails server` to start the Rails server. It will run on port 3000.

> You can also run this all on your local machine if you'd like. You just need Rails and Ruby installed. It uses a SQLite database.
## Instructions

Expand Down

0 comments on commit 0e2ac3f

Please sign in to comment.