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

Include in the README where to access the development environment when developing dashboards using gitpod #7581

Merged
merged 1 commit into from
Jan 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Include in the README where to access the development environment whe…
…n developing dashboards using gitpod

Signed-off-by: utam0k <k0ma@utam0k.jp>
utam0k committed Jan 13, 2022
commit 715b4421aab3a91b3c95608a0cbcba7f9bbfbbab
1 change: 1 addition & 0 deletions components/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -59,5 +59,6 @@ After creating a new component, run the following to update the license header:
- Replace `GITPOD_HOST` with _SaaS Gitpod host_ (e.g. `gitpod.io`) or _self-hosted Gitpod host_ (e.g. the base URL of your target self-hosted Gitpod)
- Replace `__REPLACE_YOUR_COOKIE__` with the stringified value of your auth cookie taken from your browser's dev tools while visiting your target Gitpod host (e.g. `_gitpod_io_=s%3Axxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.XXXXXXXXXXXXXXX` for `gitpod.io`).
![Where to get the auth cookie name and value from](how-to-get-cookie.png)
- You can view the dashboard at https://`PORT_NUMBER`-`GITPOD_WORKSPACE_URL`.

🚀 After following the above steps, run `yarn run start` to start developing.