Skip to content

widatama/hn

Repository files navigation

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:https://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: