Clone the dev branch of this repository, yarn and then use yarn start to start the development server,
use yarn storybook to start storybook locally.
Contributions are welcome! If you have an idea for any improvements, please create a github issue.
Click the "Fork" button at the top-right corner of this repository's page. This will create a copy of the repository in your own GitHub account.
Clone your forked repository to your local machine using the following command, replacing <your-username> with your GitHub username, and navigate into the repo:
git clone https://github.com/<your-username>/ethchi-website.git && cd ethchi-websiteIt's recommended to base your branch off the dev branch. Give your branch a descriptive name that reflects the nature of your contribution, ie:
git checkout -b my_new_featureCommit and push your changes to your local branch with a descriptive commit message:
git commit -m "your message here"
git push Then visit this repository and create a pull request, selecting your branch as the compare branch, and dev as the base branch.