-
Notifications
You must be signed in to change notification settings - Fork 989
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Infisical/infisical into main
- Loading branch information
Showing
11 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
This is the client repository for Infisical. | ||
|
||
## Before you get started with development locally | ||
## Before you get started with development locally | ||
|
||
Please ensure you have Docker and Docker Compose installed for your OS. | ||
|
||
### Steps to start server | ||
### Steps to start server | ||
|
||
- `CD` into the repo | ||
- run command `docker-compose -f docker-compose.dev.yml up --build --force-recreate` | ||
- Vist localhost:3000 and the website should be live | ||
- Visit localhost:3000 and the website should be live | ||
|
||
### Steps to shutdown this Docker compose | ||
|
||
### Steps to shutdown this Docker compose | ||
- `CD` into this repo | ||
- run command `docker-compose -f docker-compose-dev.yml down` | ||
- run command `docker-compose -f docker-compose.dev.yml down` | ||
|
||
### Notes | ||
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. | ||
|
||
You will also need to ensure that a .env.local file exists with all required environment variables | ||
|
||
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. | ||
|
||
You will also need to ensure that a .env.local file exists with all required environment variables |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.