A fun and challenging daily puzzle game where you guess the hidden shape.
Link: https://shabble.vercel.app
- Node.js and npm (or pnpm): Ensure you have Node.js and npm (or pnpm) installed on your system. You can download them from the official Node.js website.
- Clone the Repository:
git clone https://github.com/coder-zs-cse/Shabble.git
cd Shabble
- Rename the .env.example file to .env.
- Update the POSTGRES_URL variable in the .env file with your PostgreSQL database connection string.
pnpm install
npm run prisma:migrate
npm run dev
Access the Game: Open your web browser and navigate to http://localhost:3000 to play the game.







