aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-09-13 05:10:06 +0800
committerDan Finlay <dan@danfinlay.com>2018-09-13 05:10:38 +0800
commit5a709306e4e065beb6279635737ec455acb1e3f3 (patch)
treeccbc254ddfa76c3f1ddc4c96d370a8f8fb927bb2 /README.md
parentce1975fbb4f36c83e64948968612b0c74a0b39b8 (diff)
downloadtangerine-wallet-browser-5a709306e4e065beb6279635737ec455acb1e3f3.tar
tangerine-wallet-browser-5a709306e4e065beb6279635737ec455acb1e3f3.tar.gz
tangerine-wallet-browser-5a709306e4e065beb6279635737ec455acb1e3f3.tar.bz2
tangerine-wallet-browser-5a709306e4e065beb6279635737ec455acb1e3f3.tar.lz
tangerine-wallet-browser-5a709306e4e065beb6279635737ec455acb1e3f3.tar.xz
tangerine-wallet-browser-5a709306e4e065beb6279635737ec455acb1e3f3.tar.zst
tangerine-wallet-browser-5a709306e4e065beb6279635737ec455acb1e3f3.zip
Add jsdoc gh-pages script
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38aceaf7e..b85f32bb3 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,12 @@ If you're a web dapp developer, we've got two types of guides for you:
Uncompressed builds can be found in `/dist`, compressed builds can be found in `/builds` once they're built.
+## Contributing
+
+You can read [our internal docs here](https://metamask.github.io/metamask-extension/).
+
+You can re-generate the docs locally by running `npm run doc`, and contributors can update the hosted docs by running `npm run publish-docs`.
+
### Running Tests
Requires `mocha` installed. Run `npm install -g mocha`.