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
to start the development server. The app will run on port 8080 so make sure that is available on your local machine or you probably won't be able to access the app in your browser.
40
40
41
-

42
-
43
41
To exit the conainer, shut down the dev server with `ctrl + c` and you can just type `exit`.
44
42
45
43
To shut down the container, use
@@ -61,3 +59,7 @@ We use Vitest for testing, which has a hot reloading feature. This means you can
61
59
```
62
60
pnpm test
63
61
```
62
+
63
+
## Important Links
64
+
65
+
This project currently uses Tableau to format geospatial input data. Tableau has an extensive library of [tutorials](https://www.tableau.com/resources) and [API documentation](https://www.tableau.com/developer/tools?category=19921).
0 commit comments