From 3119a9582afa7978d89c93d56281e76d35b0109f Mon Sep 17 00:00:00 2001 From: Sander Hahn Date: Fri, 17 May 2019 19:15:18 +0200 Subject: [PATCH] Fixes for #2799 --- site/src/routes/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/routes/index.svelte b/site/src/routes/index.svelte index 539f522b4e..cbbdf43e95 100644 --- a/site/src/routes/index.svelte +++ b/site/src/routes/index.svelte @@ -89,7 +89,7 @@ npx degit sveltejs/template my-svelte-project cd my-svelte-project npm install -npm run dev & open http://localhost:5000 +npm run dev

See the quickstart guide for more information.