Skip to content

Commit 2620127

Browse files
author
Ben Morris
committed
readme
1 parent 76890c3 commit 2620127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Uses ruby 2.4 and rails 5.2 (not pre-req's on host laptop).
1414

1515
### Instructions
1616

17-
##
18-
1917
1. `docker-compose build` to build the docker containers (also installs gems).
2018

2119
2. `docker-compose up` to startup the app the first time.
2220

2321
3. In a 2nd terminal run `docker-compose run web rails db:create` to create the database. Then run `docker-compose run web rails db:seed` to seed the DB with some example data.
2422

25-
## Local Development (general)
23+
4. Run `docker-compose up` to start the app. You should see data being served at http://localhost:3001/rooms
24+
25+
## Local Development
2626

2727
* Start: `docker-compose up` - the app will be running on http://localhost:3001/
2828

0 commit comments

Comments
 (0)