Skip to content

Commit 22bef27

Browse files
author
Dan Kelley
committed
updated instructions for running pieces locally
1 parent 9bc6ce4 commit 22bef27

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

GettingStarted.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@
55
- Install Docker Compose - `https://docs.docker.com/compose/install/`
66

77
## Running everything (server and client)
8-
98
- navigate to src directory `cd .../PAWS-DATA-PIPELINE/src`
109
- docker compose `docker-compose up`
1110
- access the client going to `http://localhost:3000`
11+
## Running the client (front-end) locally
12+
- navigate to src directory `cd .../PAWS-DATA-PIPELINE/src`
13+
- docker compose `docker-compose run server`
14+
- start the frontend with the proxy`npm run start:local`
1215

13-
## Running just the client (front-end)
14-
15-
- navigate to src directory `cd .../PAWS-DATA-PIPELINE/src/client`
16-
- set the PAWS_API_HOST=localhost or your ip
17-
- docker compose `docker-compose up`
18-
- access the client going to `http://localhost:3000`
19-
20-
## Running just the server (back-end)
21-
22-
- navigate to src directory `cd .../PAWS-DATA-PIPELINE/src/server`
23-
- docker compose `docker-compose up`
16+
## Running just server (back-end) locally
17+
- navigate to src directory `cd .../PAWS-DATA-PIPELINE/src`
18+
- set the PAWS_API_HOST=localhost or your ip in `docker-compose.yml`
19+
- docker compose `docker-compose up` and stop the server

0 commit comments

Comments
 (0)