Skip to content

michaelheckmann/match5

Repository files navigation

Match5 👾🎨

Digital version of the party game Match5. Powered by NextJS, TailwindCSS and Pusher.

Installation Instructions

Clone this repository

git clone https://github.com/michaelheckmann/match5.git

Install dependencies

cd match5
npm install

Setup the environment

touch .env

Run the dev server

npm run dev