-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(doc): add setup section #67
Conversation
@@ -40,7 +40,23 @@ For a detailed understanding of the system's architecture and design, refer to t | |||
|
|||
## Requirements and Setup | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the description, but I think the default way should be using the Makefile no?
Also I think we need to add a couple more information such as environment variables etc.
WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. I'll add this
|
||
DOCKER_CREDENTIAL_STORE=docker-credential-desktop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is not a self-explanatory env var, lets add some context with a comment?
|
||
LOG_PRETTY_PRINT=true | ||
|
||
LOCAL_TEST_DB=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is not a self-explanatory env var
|
||
LOCAL_TEST_DB=true | ||
|
||
SEED_MODE=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is not a self-explanatory env var
No description provided.