File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ ## How to Contribute
2+
3+ We welcome contributions to this project! If you'd like to contribute, please follow the steps below:
4+
5+ ### Prerequisites
6+
7+ - Ensure you have [ Git] ( https://git-scm.com/ ) installed.
8+ - Install [ pnpm] ( https://pnpm.io/ ) for package management.
9+
10+ ### Steps to Contribute
11+
12+ 1 . ** Clone the repository**
13+ Clone this repository to your local machine:
14+ ``` bash
15+ git clone https://github.com/yourusername/facebook-video-story-uploader.git
16+ ```
17+ 2 . ** Change the directory**
18+ Navigate into the project directory:
19+ ``` bash
20+ cd facebook-video-story-uploader
21+ ```
22+ 3 . ** Install dependencies**
23+ Use pnpm to install all required dependencies:
24+ ``` bash
25+ pnpm install
26+ ```
27+ 4 . ** Run the project**
28+ Run the project in your local environment:
29+ ``` bash
30+ pnpm run dev
31+ ```
You can’t perform that action at this time.
0 commit comments