Skip to content

mhlehri/spacesync

Repository files navigation

Installation and Running Guide

Installation

  1. Clone the repository:
git clone https://github.com/mhlehri/spacesync.git
  1. Navigate to the project directory:
cd spacesync
  1. Install the dependencies:
npm install

Running the Application

Start the development server:

npm run dev

Building for Production

Build the application:

npm run build

Releases

No releases published

Packages

No packages published