Skip to content

Commit ee569ef

Browse files
author
Joseph Hager
committed
Update development README
1 parent a017ed0 commit ee569ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
Welcome to the book!
44

5-
# Development
5+
## Development
66

77
This book is being developed using [gitbook](https://github.com/GitbookIO/gitbook).
88

99
```bash
1010
npm install gitbook -g
1111
gitbook serve .
1212
```
13+
14+
Since gitbook supports plugins, we will be able to embed the playground, interactive examples, and exercises inline with the prose. Gitbook also supports custom themes, so we can match the style of the website and branding.
15+
16+
## Contributing
17+
18+
Please use Github issues to discuss new chapters. That way we can plan a cohesive flow and avoid duplicate work.

0 commit comments

Comments
 (0)