Skip to content

Commit bb82504

Browse files
authored
Merge pull request #241 from codeforsanjose/rwalek668-patch-1
Update README.md
2 parents 73c2917 + 439abac commit bb82504

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,39 @@ Full local Development has not been tested for Windows computers. Setup assumes
3636

3737
1. [Install Docker Desktop](https://www.docker.com/products/docker-desktop)
3838

39-
2. Clone the project to your local machine.
39+
2. Start docker (by opening it)
40+
41+
3. Clone the project to your local machine.
4042

4143
```sh
4244
$ git clone https://github.com/codeforsanjose/open-disclosure.git
4345
```
4446

45-
3. Go into the project folder.
47+
4. Go into the project folder.
4648

4749
```sh
4850
$ cd open-disclosure/
4951
```
5052

51-
4. Enable `entrypoint.sh` to be executable
53+
5. Enable `entrypoint.sh` to be executable
5254

5355
```sh
5456
$ chmod +x entrypoint.sh
5557
```
5658

57-
5. Build Docker images.
59+
6. Build Docker images.
5860

5961
```sh
6062
$ docker-compose build
6163
```
6264

63-
6. Run Docker images to start local development
65+
7. Run Docker images to start local development
6466

6567
```sh
6668
$ docker-compose up
6769
```
6870

69-
6. Open webpage in http://localhost:8000.
71+
8. Open webpage in http://localhost:8000.
7072

7173
### Use Production API to build the UI
7274
Edit `docker-compose.yml`

0 commit comments

Comments
 (0)