Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/`