Development workflow
Setup
Things you will need to do beforehand to setup the project
Before you can start developing, you will need to get the project setup.
To contribute to the project, you must use Node 18 or higher.
1
Clone the repository
3
Install all the dependencies
inside of react-email
4
Build all the packages
inside of react-email
Building first is crucial because each package may depend on other packages, and pre-building them will ensure that you don’t run into issues when developing.
If you plan to contribute to the docs, view our Writing docs guide for additional setup.
If you have have any trouble, please reach out on Discord or consider opening up an issue on GitHub after reading the issue guidelines.