LoDocs is a dynamic web application for creating, editing, and managing documents with real-time collaboration.
- Live Collaboration: Real-time editing with multiple users.
- Document Management: Seamless creation and organization of documents.
- User Authentication: Secure login and access control.
- Responsive Design: Optimized for desktops, tablets, and mobile devices.
- Frontend: React, Next.js, Tailwind CSS, Lexicon Editor (modified version)
- Backend: Liveblocks.io for real-time collaboration
- Deployment: Vercel
- Other: TypeScript, Sentry for error tracking
- Clone the repository:
git clone https://github.com/jabezX/LoDocs.git
- Navigate to the project directory:
cd LoDocs
- Install dependencies:
npm install
- Run the development server:
npm run dev
Deploy the application using Vercel for a seamless hosting experience.