Welcome to the real-time Figma Clone project! This project aims to replicate the functionality of Figma with real-time collaboration features using a stack of popular technologies including Next.js, TypeScript, Liveblocks, Fabric.js, Shadcn, and Tailwind CSS. 🚀
To get started with the real-time Figma Clone project, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/your-username/figma-clone.git
Navigate to the project directory:
cd figma-clone
Install dependencies using npm:
npm install
Set up environment variables:
NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY=your-liveblocks-public-key
Run the development server:
npm run dev
Access the application by visiting http://localhost:3000 in your web browser.
Note: Ensure you have obtained a Liveblocks public key from the Liveblocks dashboard and replace your-liveblocks-public-key
with your actual key.
pages/
: Contains Next.js pages.components/
: Reusable React components.styles/
: Styling files using Tailwind CSS.public/
: Static assets.utils/
: Utility functions and configuration files.lib/
: Library files and integrations (e.g., Liveblocks).A heartfelt thank you to Adrian Hajdin for inspiring and guiding us in the creation of this fantastic and fun project!
Contributions to the real-time Figma Clone project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
Thank you for using and contributing to the project! Happy designing! 🎉