Next.js 14, TailwindCSS, Shadcn/ui
- Dark and light mode
- URL search params
- generateMetadata
- generateStaticParams
- Data Fetching, Caching, and Revalidating
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.