https://github.com/jmp/f1cd
A simple countdown timer for Formula 1® sessions.
https://github.com/jmp/f1cd
countdown formula1 timer
Last synced: 8 months ago
JSON representation
A simple countdown timer for Formula 1® sessions.
- Host: GitHub
- URL: https://github.com/jmp/f1cd
- Owner: jmp
- License: mit
- Created: 2022-07-30T07:40:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T15:44:19.000Z (over 2 years ago)
- Last Synced: 2025-02-23T16:40:34.207Z (8 months ago)
- Topics: countdown, formula1, timer
- Language: TypeScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# f1cd
A simple countdown timer for Formula 1® sessions.
## Running development server
npm start
## Running tests
npm test
## Building
npm run build
A deployable site is generated under a `build` directory.
## Demo
The site is deployed to https://jmp.github.io/f1cd/
from the `master` branch.