Run npm install to install the app dependencies, then run npm run dev to get the app running
npm run dev- run the app in developement modenpm run lint- runs the linternpm run lint-fix- runs the linter and fixes the problems that it cannpm run test- runs the tests
- create a geonames account, and confirm account via email at https://www.geonames.org
- go onto account and enable free web services https://www.geonames.org/manageaccount
- Create a .env file in the UI directory with
VITE_GEONAMES_USERNAMES = "yourUserName"