ericljiang / premier-playoff-helper

https://premier-playoff-helper.vercel.app
MIT License
0 stars 0 forks source link

Premier Playoff Helper

Development

Clone the package and install dependencies:

npm install

Add secrets to .env.local:

HENRIK_API_KEY=...
RIOT_API_KEY=...

Start development server:

npm run dev

OLD STUFF BELOW

Next.js & NextUI Template

This is a template for creating applications using Next.js 13 (app directory) and NextUI (v2).

test deployment

Technologies Used

How to Use

Use the template with create-next-app

To create a new project based on this template using create-next-app, run the following command:

npx create-next-app -e https://github.com/nextui-org/next-app-template

Install dependencies

npm install

Run the development server

npm run dev

License

Licensed under the MIT license.