Inspired by r/place
, Idea by Fawaz brought to you by Deveesh Shetty. Collaborate in the canvas, unleash your creativity, and enjoy!
Checkout live - placetile.vercel.app hosted using Vercel and Render
- Fork and Clone the project
- This project uses pnpm as a package manager, if you don't have it install it using
npm install -g pnpm
- Inside both the
client
andapi/
folder copy.env.example
to.env
and fill the required fields. - Install the dependencies on the client side and run the frontend server
cd client/
pnpm i
pnpm run dev
- Open a new terminal, and install dependencies and run the backend server
cd api/
pnpm i
pnpm run dev
- You can now run the project locally and make changes 🥳