This repository contains the website and email templates for This Week In React ⚛️ a newsletter that covers React Core and React DOM.
Every help on this project is greatly appreciated. To get you started, here's a quick guide on how to make good and clean pull-requests:
-
Create a fork of this repository, so you can work on your own environment.
-
Install development dependencies locally:
git clone git@github.com:<your-github-name>/this-week-in-react.git cd this-week-in-react yarn install
-
Make changes using your favorite editor.
-
Commit your changes (here is a wonderful guide on how to make amazing git commits).
-
After a few seconds, a button to create a pull request should be visible inside the Pull requests section.