Skip to content

CookiesTournament/website

Repository files navigation

Cookies Tournament Website

This is a simple website made to publish information about the Cookies tournament. It was written using Next.js and TailwindCSS.

Developing

First, run the development server:

yarn dev

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

Deployment on Vercel

An automatic production deployment is made to https://cookies-turnier.org on every push to the main branch.

When working in a Pull request, a preview deployment is made automatically.