Feel free to dive in! Open an issue, start a discussion or submit a PR.
Contributions to create-eth-app
are welcome by anyone interested in adding support for more frameworks or DeFi templates, writing more tests, improving readability, or improving the documentation.
You will need the following software on your machine:
- Fork this repository by visiting https://github.com/PaulRBerg/create-eth-app/fork
- Once the fork is created, head to the forked repo. For example, this is a fork of the original repo.
- Clone the forked repo to your local machine
- Then, inside the project's directory, run this to install the Node.js dependencies:
$ yarn install --frozen-lockfile
Now you can start making changes.