https://github.com/mizdra/rocketimer
[experimental] 🚀Blazing fast cascade timer
https://github.com/mizdra/rocketimer
countdown-timer pokemon react rng timer typescript
Last synced: 15 days ago
JSON representation
[experimental] 🚀Blazing fast cascade timer
- Host: GitHub
- URL: https://github.com/mizdra/rocketimer
- Owner: mizdra
- License: mit
- Created: 2020-04-18T03:21:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T12:58:38.000Z (about 2 years ago)
- Last Synced: 2025-04-02T19:49:47.371Z (19 days ago)
- Topics: countdown-timer, pokemon, react, rng, timer, typescript
- Language: TypeScript
- Homepage: https://rocketimer.netlify.app
- Size: 2.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - rocketimer - [experimental] 🚀Blazing fast cascade timer (TypeScript)
README
# 🚀 rocketimer 🚀
Blazing fast cascade timer.
[](https://rngeek.github.io/rocketimer/benchmark) [](https://coveralls.io/github/RNGeek/rocketimer)
## Requirements
- Node.js
- npm
- yarn## Recommended
- VSCode
## Setup
```bash
# Setup
$ git clone https://github.com/mizdra/rocketimer.git
$ cd rocketimer
$ yarn install# Start webpack-dev-server
$ yarn run dev
```## npm-scripts
- `yarn run dev`: Start webpack-dev-server
- `yarn run lint`: Lint project
- `yarn run test`: Test project
- `yarn run build`: Build for production
- If necessary, you can serve production: `npx http-server dist/`