redhair / ethersplit-website

Website code for EtherSplit. Made with Gatsby, Web3, and TailwindCSS.

Home Page:https://ethersplit.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Website code for EtherSplit. Made with Gatsby, Web3, and TailwindCSS.

https://ethersplit.online

License:MIT License


Languages

Language:JavaScript 99.3%Language:CSS 0.7%