Skip to content

nirnejak/workout-tracker

Repository files navigation

Workout Tracker


Available Scripts

Install Dependencies

bun install

Start Development Server

bun start

Lint all the files

bun run lint

Format all files with Prettier

bun run format

Check TypeScript issues

bun run type-check

Build for Production

bun run build

Preview Production Server

bun run preview