@carto/api-client 0.0.1-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # `@carto/api-client`
2
+
3
+ ## References
4
+
5
+ - [Product feature brief](https://docs.google.com/document/d/1ZWiVB_rgXf1WAEF1TjJgEHxp92kREYQrWG3O8jYV0Zk/edit)
6
+ - [Architecture document](https://app.shortcut.com/cartoteam/write/IkRvYyI6I3V1aWQgIjY2MzE1NDU0LTIyZTAtNDI4YS04NzMzLTc3YzZjN2I2MjVjYSI=?commentId=e509d33c6cdedf90599a5d3a937336d8e&commentThreadId=e7dbf03c9bd7b0fd3de40ebacbea67ee9)
7
+
8
+ ## Quickstart
9
+
10
+ ```bash
11
+ # install dependencies
12
+ yarn
13
+
14
+ # build package once
15
+ yarn build
16
+
17
+ # build package and watch for changes
18
+ yarn build --watch
19
+
20
+ # build package, watch for changes, and start a local server for examples
21
+ yarn dev
22
+ ```
23
+
24
+ After running `yarn dev`, a browser window should open with links to examples. Unless a different port number is required, the local URL will be `localhost:5173`.