Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 989 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 989 Bytes

Tiles

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

Set the project locally

  • 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 and api/ 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 🥳

Tile Canvas