Skip to content

Commit e66dcdf

Browse files
committed
Updated workshop.md
1 parent 2b4c050 commit e66dcdf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,9 @@
588588
"e-202.6": "tt-cli run 202.6",
589589
"s-202.6": "tt-cli run 202.6 --solution",
590590
"e-202.7": "tt-cli run 202.7",
591-
"s-202.7": "tt-cli run 202.7 --solution"
591+
"s-202.7": "tt-cli run 202.7 --solution",
592+
"e-072.5": "tt-cli run 072.5",
593+
"s-072.5": "tt-cli run 072.5 --solution"
592594
},
593595
"dependencies": {
594596
"@tanstack/react-query": "^4.29.12",
@@ -604,4 +606,4 @@
604606
"tsx": "^4.7.0",
605607
"zod": "^3.21.4"
606608
}
607-
}
609+
}

workshop.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,14 @@
1616
- 14:45-15:30: Session
1717
- 15:45-16:30: Session
1818

19-
## Repo overview
20-
21-
- Exercises are in `src`
22-
- Run each exercise with `pnpm exercise` or `pnpm e`
23-
- Explainers vs Problem/Solution files
24-
- There is WAY TOO MUCH CONTENT
25-
- Look in the `workshop.md` files
26-
2719
## Exercises
2820

2921
- We'll be in pairs all day
3022
- Each section, someone codes, someone else looks up docs
3123
- Swap over who is coding each section
3224
- If you get stuck, you can ask me for help
3325

34-
## Any Questions?
26+
VSCode is recommended, but not necessary
3527

3628
## Setup
3729

@@ -41,4 +33,10 @@
4133
4. Pull the latest changes
4234
5. Make sure you've selected your TypeScript version to be the one used by the repo (latest)
4335

44-
VSCode is recommended, but not necessary
36+
## Repo overview
37+
38+
- Exercises are in `src`
39+
- Run each exercise with `pnpm exercise` or `pnpm e`
40+
- Explainers vs Problem/Solution files
41+
- There is WAY TOO MUCH CONTENT
42+
- Look in the `workshop.md` files

0 commit comments

Comments
 (0)