Skip to content

Commit

Permalink
Adding svelte in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiab committed Nov 9, 2024
1 parent 6ab20d3 commit 74e92ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ npx setup-sda
bunx --bun setup-sda
```

if you want to use SDA with [Svelte](https://svelte.dev/), pass the `--svelte`
flag:

```
# Deno >= 2.x.x
deno -A jsr:@nshiab/setup-sda --svelte
# Node.js >= 22.6.x
npx setup-sda --svelte
# Bun
bunx --bun setup-sda --svelte
```

If you want to use SDA with
[Framework](https://github.com/observablehq/framework), pass the `--framework`
flag:
Expand Down

0 comments on commit 74e92ca

Please sign in to comment.