Installation and Running Guide Installation Clone the repository: git clone https://github.com/mhlehri/spacesync.git Navigate to the project directory: cd spacesync Install the dependencies: npm install Running the Application Start the development server: npm run dev Building for Production Build the application: npm run build