File Share is a web application for sharing files between two users using the WebRTC protocol for peer-to-peer connection. Please note that this project is currently under development.
To clone this repository to your local machine, use the following command:
git clone https://github.com/exclusiveabhi/file-share.git
Before you start working on this project on your local machine, ensure you have the necessary modules installed. You can install them by running:
npm install
To run the project locally, execute the following command:
npm start
This command will start the development server. Open your browser and navigate to http://localhost:3000
to access the application.
Contributions are welcome! If you wish to contribute to this project, please fork the repository and submit a pull request with your changes.
Feel free to further customize it to better suit your project's requirements!