Skip to content

Hackernews - A social news website focusing on computer science, entrepreneurship, and anything that gratifies one's intellectual curiosity.

Notifications You must be signed in to change notification settings

iamtraction/hackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerNews

A social news website focusing on computer science, entrepreneurship, and anything that gratifies one's intellectual curiosity.

This project uses the official HackerNews API with a custom Next.js frontend.

Getting Started

Make sure you've got Node.js installed in your development environment.

To start the development server, run:

yarn dev
# or if you're using `npm`
npm run dev

Visit localhost:3000 to see the application.

Linting

To lint the codebase, run

yarn lint
# or if you're using `npm`
npm run lint

Testing

To test the codebase, run

yarn test
# or if you're using `npm`
npm run test

Production Mode

To build the application for production, run:

yarn build
# or if you're using `npm`
npm run build

To start the production server, run:

yarn start
# or if you're using `npm`
npm run start

About

Hackernews - A social news website focusing on computer science, entrepreneurship, and anything that gratifies one's intellectual curiosity.

Topics

Resources

Stars

Watchers

Forks