Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.01 KB

File Share

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.

Cloning the Repository

To clone this repository to your local machine, use the following command:

git clone https://github.com/exclusiveabhi/file-share.git

Installation

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

Usage

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.

Contributing

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!