Skip to content

lyrarod/dota-heroes

Repository files navigation

Dota Heroes App

dota-heroes-lyrarod vercel app_

MIT License GPLv3 License AGPL License

Stack

Next.js 14, TailwindCSS, Shadcn/ui

Features

  • Dark and light mode
  • URL search params
  • generateMetadata
  • generateStaticParams
  • Data Fetching, Caching, and Revalidating

Running locally

Clone the project

  git clone https://github.com/lyrarod/dota-heroes.git

Enter the project directory

  cd dota-heroes

Install dependencies

  npm install

Start the server

  npm run dev

Open http://localhost:3000 in your browser to see the result.