diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..8c04b69 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,19 @@ +# 💌 Mailgo examples + +Mailgo example to test functionalities, design... + +## `index.html` + +Simple examples of mailgo + +## `index.[language].html` + +Simple examples of mailgo in different languages + +## `index.dark.html` + +Simple examples of mailgo to test dark mode + +## `index.windowconfig.html` + +Simple examples of mailgo with `window.mailgoConfig` diff --git a/extensions/README.md b/extensions/README.md new file mode 100644 index 0000000..5b49fdb --- /dev/null +++ b/extensions/README.md @@ -0,0 +1,7 @@ +# 💌 Mailgo extensions + +Scripts to add in mailgo official extensions for Chrome and Firefox. + +## // TODO + +Remove this folder, add build process also in extensions in order to add `mailgo` from npm.