Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 824 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 824 Bytes

Modern Orange

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.

Missing Features

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.

Local Development

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev