Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentdoerig/workout-timer
⏱ A free, open source stopwatch with an integrated break timer.
https://github.com/vincentdoerig/workout-timer
Last synced: about 1 month ago
JSON representation
⏱ A free, open source stopwatch with an integrated break timer.
- Host: GitHub
- URL: https://github.com/vincentdoerig/workout-timer
- Owner: vincentdoerig
- Created: 2020-04-07T16:41:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:46:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:29:06.740Z (over 1 year ago)
- Language: Vue
- Homepage: https://timer.doerig.dev
- Size: 1.77 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gym Timer
> An awesome timer for your workout.
## Tech Stack 🥞
- Nuxt.js with TypeScript
- TailwindCSS
- howler.js (audio library)## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).