Modern Orange is a modern Hacker News client built with Nuxt 3 and based on the official HN API.
It tries to stay true to the original minimal design that everybody loves but adds new features such as dark mode, better usability on larger screens and preview images for each story.
Because the offical API does not support user login, features such as commeting, voting and editing your profile are not supported. When (if) login is added to the API these features will be added.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev