Skip to content

Commit 8bbd5a1

Browse files
committed
Fix typo in readme
1 parent 212f1fe commit 8bbd5a1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

frontend/README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
This is the client repository for Infisical.
22

3-
## Before you get started with development locally
3+
## Before you get started with development locally
4+
45
Please ensure you have Docker and Docker Compose installed for your OS.
56

6-
### Steps to start server
7+
### Steps to start server
8+
79
- `CD` into the repo
810
- run command `docker-compose -f docker-compose.dev.yml up --build --force-recreate`
9-
- Vist localhost:3000 and the website should be live
11+
- Visit localhost:3000 and the website should be live
12+
13+
### Steps to shutdown this Docker compose
1014

11-
### Steps to shutdown this Docker compose
1215
- `CD` into this repo
13-
- run command `docker-compose -f docker-compose-dev.yml down`
16+
- run command `docker-compose -f docker-compose.dev.yml down`
1417

1518
### Notes
16-
Any changes made to local files in the `/components`, `/pages`, `styles` will be hot reloaded. If would like like to watch for other files or folders live, please add them to the docker volume.
17-
18-
You will also need to ensure that a .env.local file exists with all required environment variables
1919

20+
Any changes made to local files in the `/components`, `/pages`, `/styles` will be hot reloaded. If would like like to watch for other files or folders live, please add them to the docker volume.
2021

22+
You will also need to ensure that a .env.local file exists with all required environment variables

0 commit comments

Comments
 (0)