Skip to content

Commit

Permalink
Include in the README where to access the development environment whe…
Browse files Browse the repository at this point in the history
…n developing dashboards using gitpod

Signed-off-by: utam0k <k0ma@utam0k.jp>
  • Loading branch information
utam0k authored and roboquat committed Jan 24, 2022
1 parent f3ed7e4 commit f4115bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ 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.

Expand Down

0 comments on commit f4115bc

Please sign in to comment.