Daily News Nextjs Project using the new app directory of Nextjs v13. For more details on the new nextjs app directory: Nextjs app dir Getting Started First, install the dependencies: npm install # or yarn Second, run it: npm run dev # or yarn dev # or pnpm dev