A real-time collaborative presentation editor built with React and Liveblocks. Multiple users can edit slides simultaneously with live updates, undo/redo functionality, and shareable links.
- Clone the repository
git clone https://github.com/YOUR_USERNAME/slide-editor.git
cd slide-editor- Install dependencies
npm install- Set up environment variables Create a .env file in the root directory:
VITE_LIVEBLOCKS_PUBLIC_KEY=pk_your_liveblocks_public_key_hereGet your public key from the Liveblocks Dashboard
- Start the development server
npm run dev- Open http://localhost:5173 in your browser
This project is open source and available under the MIT License.