Hacker News clone built with Svelte and Sapper, using hnpwa-api by David East.
Clone the repo...
git clone git@github.com:sveltejs/hn.svelte.dev.git
cd hn.svelte.dev
...install dependencies...
npm install
...then start the development server:
npm run dev -- --open
To build a production version...
npm run build
...then follow the instructions to serve the app.