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 5021fd5 commit 65d4a1dCopy full SHA for 65d4a1d
README.md
@@ -6,4 +6,14 @@ for the tags.
6
7
It doesn't properly negotiate the different bundles, but everything else seems to work.
8
9
-Example using adapter static [on github pages](https://duckdb-wasm-examples.github.io/sveltekit-typescript/)
+Example using adapter static [on github pages](https://duckdb-wasm-examples.github.io/sveltekit-typescript/).
10
+
11
+To run locally:
12
13
+`
14
+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