diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-09-13 05:10:06 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-09-13 05:10:38 +0800 |
commit | 5a709306e4e065beb6279635737ec455acb1e3f3 (patch) | |
tree | ccbc254ddfa76c3f1ddc4c96d370a8f8fb927bb2 /README.md | |
parent | ce1975fbb4f36c83e64948968612b0c74a0b39b8 (diff) | |
download | tangerine-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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`. |