This is a simple personal site that I've made with Svelte, based on the project template for Svelte apps.
Install the dependencies...
cd personal-site
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000 and you should see the web running.
To create an optimised version to deploy:
npm run build