Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizdra/rocketimer
[experimental] 🚀Blazing fast cascade timer
https://github.com/mizdra/rocketimer
countdown-timer pokemon react rng timer typescript
Last synced: about 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T12:58:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T08:15:40.277Z (7 months ago)
- Topics: countdown-timer, pokemon, react, rng, timer, typescript
- Language: TypeScript
- Homepage: https://rocketimer.netlify.app
- Size: 2.8 MB
- Stars: 3
- Watchers: 3
- 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.
[![Benchmark Ready](https://img.shields.io/badge/benchmark-ready-brightgreen)](https://rngeek.github.io/rocketimer/benchmark) [![Coverage Status](https://coveralls.io/repos/github/RNGeek/rocketimer/badge.svg)](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/`