@nsidc/snow-today-webapp 0.15.1 → 0.17.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 CHANGED
@@ -29,35 +29,29 @@ This package requires either Docker or the NPM environment described by `package
29
29
  ## Usage
30
30
 
31
31
  Run from source:
32
- ```
33
- docker-compose up --build
32
+
33
+ ```bash
34
+ docker compose up --build
34
35
  ```
35
36
 
36
37
  Deploy latest version from UNPKG (replace `snow-today-webapp` in URLs with
37
38
  `snow-today-webapp@X.Y.Z` to deploy a specific version):
38
- ```
39
+
40
+ ```html
39
41
  <div id="snow-today-webapp-appcontainer"></div>
40
42
  ...
41
43
  <link rel="stylesheet"
42
44
  href="https://unpkg.com/@nsidc/snow-today-webapp/dist/main.css"
43
45
  type="text/css"></style>
44
46
  <script src="https://unpkg.com/@nsidc/snow-today-webapp"></script>
45
-
46
47
  ```
47
48
 
48
49
 
49
50
  ## Troubleshooting
50
51
 
51
- *TODO*
52
-
53
-
54
- ## License
55
-
56
- See [LICENSE](LICENSE).
57
-
58
- ## Code of Conduct
52
+ * `unknown` type from `jotai-tanstack-query` objects: use `<0.8.2`
53
+ (https://github.com/jotaijs/jotai-tanstack-query/issues/67)
59
54
 
60
- See [Code of Conduct](CODE_OF_CONDUCT.md).
61
55
 
62
56
  ## Credit
63
57