We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db048ec commit 627e6efCopy full SHA for 627e6ef
.gitignore
@@ -1,3 +1,8 @@
1
~*.pptx
2
node_modules
3
.DS_Store
4
+
5
+# Slidev
6
+presentation/node_modules/
7
+presentation/dist/
8
+presentation/.slidev/
README.md
@@ -18,3 +18,18 @@ Repo: https://github.com/itenium-be/UnitTesting
18
19
- [TheJambo/awesome-testing](https://github.com/TheJambo/awesome-testing) ⭐ 2k (2 months ago)
20
- [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
33
+cd presentation/theme
34
+git pull
35
0 commit comments