Strift / pandascore-nextjs-starter-kit

An example Next.js application using PandaScore API

Home Page:pandascore-nextjs-starter-kit.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This example project uses:

Getting Started

First, copy .env.local.example as .env.local.

Then, set PANDASCORE_API_TOKEN to your PandaScore API token value. Your token can be found in your account

Finally, run the development server:

npm run dev
# or
yarn dev

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

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

When configuring your app on Vercel, don't forget to set the PANDASCORE_API_TOKEN environment variable.

Check out the Next.js deployment documentation for more details.

About

An example Next.js application using PandaScore API

pandascore-nextjs-starter-kit.vercel.app


Languages

Language:JavaScript 79.9%Language:CSS 20.1%