Skip to content

Commit 627e6ef

Browse files
committed
scaffold theme
1 parent db048ec commit 627e6ef

File tree

5 files changed

+1552
-0
lines changed

5 files changed

+1552
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
~*.pptx
22
node_modules
33
.DS_Store
4+
5+
# Slidev
6+
presentation/node_modules/
7+
presentation/dist/
8+
presentation/.slidev/

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@ Repo: https://github.com/itenium-be/UnitTesting
1818

1919
- [TheJambo/awesome-testing](https://github.com/TheJambo/awesome-testing) ⭐ 2k (2 months ago)
2020
- [awesome-testing-courses](https://github.com/upgundecha/awesome-testing-courses) ⭐ 400 (4 years ago)
21+
22+
23+
## Presentation
24+
25+
```bash
26+
cd presentation
27+
bun install
28+
bun run dev
29+
```
30+
31+
Update the theme:
32+
```bash
33+
cd presentation/theme
34+
git pull
35+
```

0 commit comments

Comments
 (0)