Skip to content

Full Stack MERN application for real-time collaboration and placing tiles

License

Notifications You must be signed in to change notification settings

dev-shetty/tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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