Skip to content

Commit

Permalink
Updated Contributing.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
dani8439 committed Feb 10, 2022
1 parent d09713b commit be441fc
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
## For Contributors:

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

```bash
GITHUB_TOKEN = <github access token>
```

Run the following commands:

```bash
npm install
npm link
```

Add CLI arguments as needed (see [Usage](#usage))

```bash
node .
```

Navigate to another repository on your computer, and run:

```bash
node .
```
can-merge
```

You should be able to drop into the CLI, generate a token, and play around in the can-merge interface.

0 comments on commit be441fc

Please sign in to comment.