Skip to content

Commit

Permalink
[Docs] creates CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyabelle25 authored and ljharb committed Feb 3, 2022
1 parent 9be36d0 commit d09713b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## For Contributors:

In your local clone, create a ```.env``` file and add:

```bash
GITHUB_TOKEN = <github access token>
```
Run the following commands:
```bash
npm install
```
Add CLI arguments as needed (see [Usage](#usage))
```bash
node .
```

0 comments on commit d09713b

Please sign in to comment.