From cb0d5eb56a38f8c79379df93a7bd14a44ddd6b15 Mon Sep 17 00:00:00 2001 From: Derek Kershner Date: Sat, 30 Dec 2023 18:54:33 -0800 Subject: [PATCH] feat: Contributing --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ad3ae..29e71f9 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,15 @@ const VALID_REACTIONS = [ 'rocket', 'eyes', ]; -``` \ No newline at end of file +``` + +## 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. \ No newline at end of file