This is the frontend code for the Real-Time Drawing Board, a collaborative drawing platform built with Svelte. It enables users to draw in real-time on a shared canvas using WebSocket integration. The application supports both desktop and mobile devices, providing a seamless and interactive experience.
Clone the repository:
git clone https://github.com/aringadre76/real-time-drawing-board-frontend.git
cd real-time-drawing-board-frontend
Install the dependencies:
npm install
Start the development server:
npm run dev
Navigate to http://localhost:8080 in your browser to see the app in action.
To create an optimized version of the app:
npm run build
This will generate the production-ready files in the public/build
directory.
Install the Vercel CLI:
npm install -g vercel
Deploy the app:
vercel
Follow the instructions in the terminal to complete the deployment.
Developed by Arin Gadre.