Skip to content

Commit 68f9766

Browse files
committed
✨ add video link
1 parent a6872df commit 68f9766

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

instructions_251105.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Workshop on the 5th of November 2025
22

3-
4-
53
## How to work with the repository
64

75
You need to be logged in to GitHub and have a GitHub account for all these options:
@@ -27,15 +25,18 @@ Please have a look at the (video) tutorials before the course:
2725

2826
You need to be logged in to GitHub and have a GitHub account.
2927

30-
- [github.dev/biosustain/recipe-book (Editor)](https://github.dev/biosustain/recipe-book)
3128
- [github.com/biosustain/recipe-book (Website)](https://github.com/biosustain/recipe-book)
29+
- [github.dev/biosustain/recipe-book (Editor)](https://github.dev/biosustain/recipe-book)
3230

3331
### In GitHub Workspace
3432

3533
- Open in GitHub Codespace if you want to build and preview the website without
3634
creating a commit:
3735

38-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=1053356553&skip_quickstart=true)
36+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&amp%3Bref=main&amp%3Brepo=1053356553&amp%3Bskip_quickstart=true&skip_quickstart=true&machine=basicLinux32gb&repo=1053356553&ref=main&devcontainer_path=.devcontainer%2Fdevcontainer.json&geo=EuropeWest)
37+
38+
> If you start from the `biosustain/recipe-book` repository you can create a codespace,
39+
> and it will automatically create a fork for you if you don't have write access.
3940
4041
### On local computer
4142

@@ -63,7 +64,18 @@ as well or instead. Find exercise groups seeing the marks on the tables.
6364

6465
<details>
6566
<summary>See full pass through exercise</summary>
66-
> ToDo: Make brief video for preperations and as reference
67+
68+
[![GitHub Codespaces & VS Code in the Browser - Video Tutorial](https://img.youtube.com/vi/b3uTxjO7tAc/maxresdefault.jpg)](https://www.youtube.com/watch?v=b3uTxjO7tAc)
69+
70+
<iframe width="560" height="315" src="https://www.youtube.com/embed/b3uTxjO7tAc?si=oRVMYlZtwpZ0iOhx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
71+
72+
Watch this video for a walkthrough of using GitHub Codespaces and VS Code in the browser.
73+
74+
Additional steps:
75+
- check out to `main` branch
76+
- sync `fork/main` with `origin/main` on your fork (on GitHub website of your fork)
77+
- delete your codespaces afterwards to not use up all your credits:
78+
[Deleting a codespace](https://docs.github.com/en/codespaces/developing-in-a-codespace/deleting-a-codespace#deleting-a-codespace)
6779
</details>
6880

6981
### Create a merge conflict [medium]

0 commit comments

Comments
 (0)