# Website Deployment Instructions
## Introduction
Welcome to the project! This document provides step-by-step instructions on how to set up your account and deploy a repository. Follow these steps to get started:
1. Step 1: Setup your account
- Run the `setup_git.sh` script provided in the project.
- Add your own email, and name here, and add the last output, in your github account
2. Step 2: Clone the repository
- Choose the repository you wish to deploy.
- Clone the repository to your local machine using the following command:
$ git clone <repository_url>
3. Step 3: Navigate to the repository
- Change your current directory to the cloned repository by running the following command:
$ cd <repository_directory>
4. Step 4: Install dependencies
- Install the required dependencies by running the following command:
$ npm install
5. Step 5: Move build content
- After the dependencies are installed, locate the build folder within the repository.
- Move all the content from the build folder to the `/var/www/octobotics.tech/html` folder on your server.
$ mv <repository_directory>/build/* /var/www/octobotics.tech/html/
That's it! You have successfully set up your account, cloned the repository, installed dependencies, and moved the build content to the appropriate folder on your server. You are now ready to deploy the repository and make it accessible via `octobotics.tech`.
the setup_git.sh in the home directory