@nsidc/snow-today-webapp 0.4.1 → 0.4.2

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
@@ -27,17 +27,23 @@ nsidc@nsidc.org for more information.
27
27
  This package requires either Docker or the NPM environment described by `package.json`.
28
28
 
29
29
 
30
- ## Installation
30
+ ## Usage
31
31
 
32
+ Run from source:
32
33
  ```
33
- docker-compose build
34
+ docker-compose up --build
34
35
  ```
35
36
 
36
-
37
- ## Usage
38
-
37
+ Deploy latest version from UNPKG (replace `snow-today-webapp` in URLs with
38
+ `snow-today-webapp@X.Y.Z` to deploy a specific version):
39
39
  ```
40
- docker-compose up
40
+ <div id="snow-today-webapp-appcontainer"></div>
41
+ ...
42
+ <link rel="stylesheet"
43
+ href="https://unpkg.com/@nsidc/snow-today-webapp/dist/main.css"
44
+ type="text/css"></style>
45
+ <script src="https://unpkg.com/@nsidc/snow-today-webapp"></script>
46
+
41
47
  ```
42
48
 
43
49