You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a library for browser client to help you integrate Moneytree tools such as My Account and the Vault without having to do worry about the complex configurations.
4
6
5
-
Read the [documentation](docs/README.md) for more information.
7
+
## For SDK Users
8
+
9
+
Read the [documentation](https://moneytree.github.io/mt-link-javascript-sdk/) for more information.
10
+
11
+
## For SDK Maintainers
12
+
13
+
```bash
14
+
yarn install
15
+
yarn lint # runs eslint
16
+
yarn test# runs all the tests
17
+
yarn build # bundles the library
18
+
```
19
+
20
+
There is a minimal sample application in the `sample` directory.
21
+
22
+
### Documentation
23
+
24
+
```bash
25
+
yarn build:docs # bundles the documentation
26
+
yarn start:docs # Serves the documentation
27
+
```
28
+
29
+
We use [docsify](https://docsify.js.org/) to serve the documentation landing page (`docs/README.md`) and [typedoc](https://typedoc.org/) to generate the API documentation (`docs/types`).
0 commit comments