Project from a crash course on Svelte by Traversy Media.
Install Svelte and make a folder for the project with npm
npx degit sveltejs/template svelte-scoreboard
cd svelte-scoreboard
I changed the title in public/index.html from
<title>Svelte App</title>
to
<title>Scoreboard</title>
Then installed dependencied by running
npm i
To run it on a local server run
npm run dev