Another inofficial Hacker News client made with Svelte. It uses my fork of node-hnapi as a backend.
The initial project template was based on the official Svelte template. This means rollup.js is used for JS bundling and sirv serves the project locally.
# install dependencies
yarn install
# start the app (defaults to localhost:5000)
yarn start
# build for production (to /public folder)
yarn build
# lint files with eslint
yarn lint
# format files with prettier
yarn format
Licensed under the MIT license (see LICENSE.txt).