You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ All updates to this module is documented in our [CHANGELOG](https://github.com/s
21
21
-[Usage](#usage)
22
22
-[Roadmap](#roadmap)
23
23
-[How to Contribute](#contribute)
24
+
-[Local set up](#local_setup)
24
25
-[About](#about)
25
26
-[License](#license)
26
27
@@ -71,6 +72,18 @@ Quick links:
71
72
-[Sign the CLA to Create a Pull Request](https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#cla)
72
73
-[Improvements to the Codebase](https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
73
74
75
+
<aname="local_setup"></a>
76
+
77
+
# Local Setup of the project
78
+
79
+
The simplest local development workflow is by using docker.
80
+
81
+
> Steps
82
+
83
+
1. Install Docker
84
+
2. Run `docker-compose build` (This builds the container)
85
+
3. Run `docker-compose up` (This runs tests by default)
0 commit comments