Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.85 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.85 KB

ethersplit-website

Styled with Prettier Conventional Commits Commitizen Friendly

The main website used to interact with all things EtherSplit. Currently built with Gatsby 3, Webpack 5, Tailwind, and Web3.

Getting Setup

$ yarn
$ yarn start

Contributing

When you wish to make a change to this repo please create a new feature branch with a relevent name. For example:

git checkout -b feature/my-feature

Once you are done with your changes all we ask is to format your commit according to the Conventional Commit specification. If you want a user-friendly prompt to help you format your commits automatically then please run:

yarn commit

Then you may run

git push

as you normally would.

When your change is in a place that you think is appropriate and you wish to merge it, you may open a Pull Request from your feature branch into the develop branch. From there it will be reviewed and if approved will be merged in.