Made using Next.js and this API https://github.com/HackerNews/API
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next.js GitHub repository - feedback and contributions are welcome!