Skip to content

butttons/pg-health

Repository files navigation

PGHealth

Visualize and browse your apple health data.

About

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.

Setup

  1. Install the dependencies:
npm install --legacy-peer-deps
  1. Run the dev server:
npm run dev