An open API service indexing awesome lists of open source software.

https://github.com/nirnejak/workout-tracker

Workout Tracker
https://github.com/nirnejak/workout-tracker

react reactjs tailwindcss typescript workout-tracker

Last synced: about 1 year ago
JSON representation

Workout Tracker

Awesome Lists containing this project

README

          


Workout Tracker

---

## Available Scripts

**Install Dependencies**

```bash
bun install
```

**Start Development Server**

```bash
bun start
```

**Lint all the files**

```bash
bun run lint
```

**Format all files with Prettier**

```bash
bun run format
```

**Check TypeScript issues**

```bash
bun run type-check
```

**Build for Production**

```bash
bun run build
```

**Preview Production Server**

```bash
bun run preview
```

---