We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d4a1d commit 29c0ec6Copy full SHA for 29c0ec6
README.md
@@ -10,10 +10,10 @@ Example using adapter static [on github pages](https://duckdb-wasm-examples.gith
10
11
To run locally:
12
13
-`
14
-https://github.com/duckdb-wasm-examples/sveltekit-typescript
+```sh
+git clone https://github.com/duckdb-wasm-examples/sveltekit-typescript
15
npm i
16
npm run dev
17
+```
18
19
and visit `http://localhost:1922/sveltekit-typescript`.
0 commit comments