File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ So let's get started.
18
18
19
19
### Create Svelte
20
20
21
- Create the Svelte template using ` create-svelte ` with these recommended options:
21
+ Generate the base template using ` create-svelte ` with these recommended options:
22
22
23
23
- [x] Skeleton project
24
24
- [x] JavaScript with JSDoc comments
@@ -30,15 +30,16 @@ $ npm create svelte@latest my-app
30
30
31
31
### Run combo-patcher
32
32
33
- Run the combo-patcher. This uses [ zx] ( https://github.com/google/zx ) , so make sure that's installed.
33
+ Then, layer the patches based on the last-known SvelteKit decisions. This uses
34
+ [ zx] ( https://github.com/google/zx ) , so make sure that's installed.
34
35
35
36
```
36
- $ zx https://raw.githubusercontent.com/ zerodevx/sveltekit -starter/main /index.mjs my-app
37
+ $ zx https://cdn.jsdelivr.net/gh/ zerodevx/svelte -starter@2 /index.mjs my-app
37
38
```
38
39
39
40
### Update dependencies
40
41
41
- Prepare the starter based on the last known SvelteKit decisions .
42
+ Finally, apply the finishing touches .
42
43
43
44
```
44
45
$ cd my-app
You can’t perform that action at this time.
0 commit comments