Skip to content

Commit

Permalink
Update contributing (closes #1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull committed Apr 7, 2021
1 parent 5219dfb commit a0e688a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Contributing

If you can think of something nice to add or want to change / extend some of the functionality, feel free to create a Pull Request or an Issue. Please make sure to follow the code style (.prettierrc is included in the GitHub) and not break any of the existing functionality. Any help is greatly appreciated!

## Prerequisites

- NodeJS v14
- npm 7

## Setup

To setup a local environment you need to do the following steps:

- Fork the repository to your GitHub account, so you can push your changes
- Clone the repository
- Install dependencies: `npm install`
Expand Down

0 comments on commit a0e688a

Please sign in to comment.