File tree 1 file changed +12
-1
lines changed 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Use `make` to run the main commands:
20
20
* ` make format ` : Format Markdown files for books.
21
21
* ` make check ` : Run several checks to ensure the Markdown files are valid.
22
22
* ` make website ` : Create different Markdown pages for the website.
23
- * ` make website-preview ` : Build and preview website.
23
+ * ` make website-preview ` : Build and preview website locally .
24
24
* ` make website-deploy ` : Build and deploy website to GitHub Pages.
25
25
* ` make books ` : Create .epub books.
26
26
@@ -94,3 +94,14 @@ For instance, run the EPUB check using:
94
94
``` shell
95
95
epubcheck ../downloads/typescript-book.epub
96
96
```
97
+
98
+ ## How to Contribute to This E-Book
99
+
100
+ To contribute to this e-book, follow these steps:
101
+
102
+ * Update the main markdown file with your changes.
103
+ * Run ` make check ` to ensure the linter and other checks pass.
104
+ * Preview the website locally with ` make website-preview ` to make sure it works as expected.
105
+ * Generate the e-books by running ` make books ` .
106
+ * Submit your PR and share your awesome contributions!
107
+
You can’t perform that action at this time.
0 commit comments