Visualize and browse your apple health data.
This is a SPA built with react and tanstack-router where you can upload your apple health data file and the app will import the data in a local postgres database running with pglite.
- Install the dependencies:
npm install --legacy-peer-deps
- Run the dev server:
npm run dev