You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,19 @@ Modular toolkit for the construction of interactive tutoring systems, with exper
11
11
12
12
Think: the FOSS lovechild of Anki, Duolingo, Wikipedia, and MathAcademy, with a more generalized surface area for the types of content and skills that can be exercised.
13
13
14
+
Also: friendly with local-first and static-deployments.
15
+
14
16
## Quick Start
15
17
16
-
### For Course Creators (building *with*`vue-skuilder`) (start here!)
18
+
### For Course Creators (building *with*`vue-skuilder`) (recommmended start point!)
17
19
18
-
Install the Skuilder CLI to create your first course:
20
+
Use the Skuilder CLI to create your first course:
19
21
20
22
```bash
21
-
npm install -g skuilder# npx ok too!
23
+
npm install -g skuilder
22
24
skuilder init my-course --data-layer=static
25
+
# Or:
26
+
# npx skuilder init my-course --data-layer=static
23
27
cd my-course
24
28
npm run dev # serve your course locally
25
29
npm run studio # edit your course content via web UI
@@ -33,10 +37,20 @@ Clone and develop the full platform:
0 commit comments