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 will open a development server at <http://localhost:5173/stac-map/>
30
+
We have some code quality checks/tools:
31
+
32
+
```shell
33
+
yarn lint
34
+
yarn format
35
+
```
36
+
37
+
## Contributing
38
+
39
+
We use Github [Pull Requests](https://github.com/developmentseed/stac-map/pulls) to propose changes, and [Issues](https://github.com/developmentseed/stac-map/issues) to report bugs and request features.
40
+
41
+
## Deploying
42
+
43
+
See [deploy.yaml](./.github/workflows/deploy.yaml) for a (drop-dead simple) example of deploying this application as a static site via Github Pages.
0 commit comments