File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 588
588
"e-202.6" : " tt-cli run 202.6" ,
589
589
"s-202.6" : " tt-cli run 202.6 --solution" ,
590
590
"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"
592
594
},
593
595
"dependencies" : {
594
596
"@tanstack/react-query" : " ^4.29.12" ,
604
606
"tsx" : " ^4.7.0" ,
605
607
"zod" : " ^3.21.4"
606
608
}
607
- }
609
+ }
Original file line number Diff line number Diff line change 16
16
- 14:45-15:30: Session
17
17
- 15:45-16:30: Session
18
18
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
-
27
19
## Exercises
28
20
29
21
- We'll be in pairs all day
30
22
- Each section, someone codes, someone else looks up docs
31
23
- Swap over who is coding each section
32
24
- If you get stuck, you can ask me for help
33
25
34
- ## Any Questions?
26
+ VSCode is recommended, but not necessary
35
27
36
28
## Setup
37
29
41
33
4 . Pull the latest changes
42
34
5 . Make sure you've selected your TypeScript version to be the one used by the repo (latest)
43
35
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
You can’t perform that action at this time.
0 commit comments