Skip to content
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

Fix Quickstart Docs #84

Merged
merged 4 commits into from
Mar 2, 2023
Merged

Fix Quickstart Docs #84

merged 4 commits into from
Mar 2, 2023

Conversation

JSv4
Copy link
Owner

@JSv4 JSv4 commented Mar 2, 2023

As pointed out by @nihalgurjar47, the instructions to bring up the frontend locally are missing a critical step. In order to start the frontend in the compose stack you need to add --profile fullstack to the up command:

docker-compose -f local.yml --profile fullstack up

Also made it clear that the proper port for the frontend is :3000, not :8000, so go to http://localhost:3000 to use the application.

Add this to the quickstart guide. Also fixed some out-of-date nav configurations in the mkdocs.yml file.

Fixes #83

@JSv4 JSv4 merged commit 750a7f4 into main Mar 2, 2023
@JSv4 JSv4 deleted the JSv4/fix-quickstart-documentation branch March 2, 2023 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start on local
1 participant