Skip to content

Commit 4059952

Browse files
Create CONTRIBUTING.md
1 parent 9285db5 commit 4059952

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
```

0 commit comments

Comments
 (0)