A react app to visualize global earthquakes on a map in different time periods, using filtering capabilities, and provide metadata for each earthquake.
clone the project
select master branch
Navigate to the root folder:
pnpm install
pnpm start
browser listens to http://localhost:3000 as default port
If using yarn fix it by globally defining
yarn config set ignore-engines true