Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelheckmann/match5

Digital version of the party game Match5.
https://github.com/michaelheckmann/match5

nextjs tailwind

Last synced: 18 days ago
JSON representation

Digital version of the party game Match5.

Awesome Lists containing this project

README

        







# Match5 πŸ‘ΎπŸŽ¨
Digital version of the party game [Match5](https://boardgamegeek.com/boardgame/306169/match-5). Powered by NextJS, TailwindCSS and Pusher.

## Installation Instructions

### Clone this repository

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

### Install dependencies

```bash
cd match5
npm install
```

### Setup the environment

```bash
touch .env
```

### Run the dev server

```bash
npm run dev
```