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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Your template files need to be compiled into regular php, similar to how other t
50
50
51
51
The easiest way to get started is to check out one of the examples:
52
52
- Use the [CLI example](https://github.com/arnoson/kirby-template-sugar/tree/main/examples/cli) if you want a minimal starter kit that doesn't rely on any other build tools.
53
-
- Use the [Vite example](https://github.com/arnoson/kirby-template-sugar/tree/main/examples/cli) to compile your templates alongside your other frontend assets.
53
+
- Use the [Vite example](https://github.com/arnoson/kirby-template-sugar/tree/main/examples/vite) to compile your templates alongside your other frontend assets.
54
54
55
55
To start manually (or convert an existing project), have a look at the [CLI](https://github.com/arnoson/kirby-template-sugar/tree/main/packages/npm-package#cli-usage) or the [Vite plugin](https://github.com/arnoson/kirby-template-sugar/tree/main/packages/vite-plugin). And make sure you also install the [Kirby plugin](https://github.com/arnoson/kirby-template-sugar/tree/main/packages/kirby-plugin).
0 commit comments