https://github.com/pascalwengerter/musclemate-tabata
Webapp to create tabata workout tracks
https://github.com/pascalwengerter/musclemate-tabata
ffmpeg ffmpeg-wasm tabata tabata-timer vue3 wavesurfer-js
Last synced: 3 months ago
JSON representation
Webapp to create tabata workout tracks
- Host: GitHub
- URL: https://github.com/pascalwengerter/musclemate-tabata
- Owner: pascalwengerter
- Created: 2020-03-07T23:47:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-10-14T20:32:19.000Z (8 months ago)
- Last Synced: 2026-02-01T14:45:14.395Z (5 months ago)
- Topics: ffmpeg, ffmpeg-wasm, tabata, tabata-timer, vue3, wavesurfer-js
- Language: Vue
- Homepage: https://tabata.musclemate.app
- Size: 240 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Musclemate Tabata App
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm build
```
### Format & Lint
```sh
pnpm format && pnpm lint
```