Skip to content

Commit

Permalink
feat: Contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
dkershner6 committed Dec 31, 2023
1 parent b73a953 commit cb0d5eb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,15 @@ const VALID_REACTIONS = [
'rocket',
'eyes',
];
```
```

## Contributing

All contributions are welcome, please open an issue or pull request.

To use this repository:
1. `npm i -g pnpm` (if don't have pnpm installed)
2. `pnpm i`
3. `npx projen` (this will ensure everything is setup correctly, and you can run this command at any time)
4. Good to make your changes!
5. You can run `npx projen build` at any time to build the project.

0 comments on commit cb0d5eb

Please sign in to comment.