Mobile PWA application for SlideSync
You can follow these instructions to get a copy of the project up and running on your local machine.
Make sure you have Node.js installed on your machine. You can download it here https://nodejs.org/en.
-
Clone the repository to your local machine using the following command:
git clone https://github.com/slidesync/slidesync-web.git -
Navigate to the project directory
cd <project-directory>cd slidesync-web -
Install the necessary dependencies
npm install
To run the SlideSync Web app locally, use the following command:
npm run dev
This will start a development server, and you can access the app in your web browser at http://localhost:5173/.