Novas is an open-source news website built with Next.js and TailwindCSS. It uses the News API to fetch the latest news from around the world.
To run the project locally, first install the dependencies:
npm install
Next, run the development server:
npm run dev