/hn

Dark themed Hacker News reader made with Next.js

Primary LanguageTypeScript

Hacker News reader with dark theme

Made using Next.js and this API https://github.com/HackerNews/API

Development

First, copy the .env.sample file:

> cp .env.sample .env

Then run dev server:

npm start

Open http://localhost:3000/hn to see the result.

Start editing the page by modifying src/app/page.tsx. The page auto-updates as the file is edited.

Learn More

To learn more about Next.js, take a look at the following resources: