Skip to content

devepdogu/Logger

Repository files navigation

Logger

Next.js , Tailwindcss

Preview

Logger | Online

Getting Started

First, we need the next.js:

npx create-next-app logger-app

Then,go to created files in terminal:

cd ./logger-app/

Install the dependencies

npm install -D tailwindcss postcss autoprefixer swiper

After installation move all files downloaded into the logger-app folder and change it all

Get Riot Api Key

Riot Games API get riot api key and open the named file /utils/riot_api.js. Change named variable API_KEY the giving api key

Last step we need the start server

npm run dev

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

Learn More

To learn more, take a look at the following resources:

Releases

No releases published

Packages

No packages published