These instructions will help you set up and run the project on your local machine for development and testing purposes.
Make sure you have the following installed on your system:
-
Clone the repository:
git clone git@github.com:ronyshabo/SpinCycle.git cd
Install dependencies:
Using npm:
bash
npm install
Running the Development Server To start the development server, run:
Using npm:
bash
npm run dev or using Yarn:
bash
yarn dev This will start the development server, and you can view your app in the browser at http://localhost:5173.
Available Scripts In the project directory, you can run:
npm run dev : Runs the app in development mode. npm run build : Builds the app for production. npm run serve : Serves the production build locally.