Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 782 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 782 Bytes

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: