Skip to content

AbdallaElabd/Wordle

Repository files navigation

A Wordle clone with tRPC & Next.js as the backend.

Live

https://wordle.abdallaelabd.vercel.app

image


Running it locally

Clone the repository and install dependencies:

npm i

Add an ".env" file with a connection string to a MongoDB database:

DATABASE_URL="CONNECTION_STRING"

Run the development server:

npm run dev