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

docs: updated web examples to show how to debug in browser #808

Closed
wants to merge 3 commits into from

Conversation

grisha87
Copy link
Contributor

No description provided.

@grisha87 grisha87 requested a review from mgordel February 17, 2024 22:15
@@ -115,7 +115,7 @@ jobs:
uses: ./.github/actions/prepare-tests

- name: Run web server
run: docker exec -t -d docker-requestor-1 /bin/sh -c "cd /golem-js/examples/web && node app.mjs"
run: docker exec -t -d docker-requestor-1 /bin/sh -c "cd /golem-js/examples && npm run web"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using serve is ok, but we need to solve the problem with tests for cypress examples for docs, which were previously served by the old app.mjs ..

maybe for testing we will need to copy these examples from docs-example to web/dist.. or somehow configure serve to serve files from docs-example?

@mgordel
Copy link
Contributor

mgordel commented Mar 20, 2024

@mgordel mgordel closed this Mar 20, 2024
@mgordel mgordel deleted the updated-web-examples-to-show-how-to-debug branch March 20, 2024 11:30
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.

2 participants