About This project is a fitness data tracking and visualization website developed using Vue.js and Supabase. View page Tech Stack Supabase - backend service with database Vue 3 - frontend Pinia - store Vitest - testing framework Setting project up Install Node.js npm install -g pnpm - Install PNPM pnpm install - Install dependencies Running pnpm dev - run project pnpm test - run tests ...