diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f174344 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_book diff --git a/README.md b/README.md new file mode 100644 index 0000000..55f4c33 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# GopherJS by Example + +Welcome to the book! + +# Development + +This book is being developed using [gitbook](https://github.com/GitbookIO/gitbook). + +```bash +npm install gitbook -g +gitbook serve . +``` diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..e69de29 diff --git a/book.json b/book.json new file mode 100644 index 0000000..3c6d55c --- /dev/null +++ b/book.json @@ -0,0 +1,3 @@ +{ + "plugins": ["exercises"] +} \ No newline at end of file