Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelheckmann/match5
- Owner: michaelheckmann
- Created: 2021-12-29T15:37:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T20:07:11.000Z (over 1 year ago)
- Last Synced: 2024-12-07T21:48:11.635Z (24 days ago)
- Topics: nextjs, tailwind
- Language: JavaScript
- Homepage: https://match5.vercel.app
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```