Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xcv58/cubetimer

A Rubik's Cube Timer
https://github.com/xcv58/cubetimer

kickstarter mobx-react nextjs offline-app offline-first progressive-web-app pwa react

Last synced: 27 days ago
JSON representation

A Rubik's Cube Timer

Awesome Lists containing this project

README

        

[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/xcv58/CubeTimer)

# CubeTimer
[![CircleCI](https://circleci.com/gh/xcv58/CubeTimer.svg?style=svg)](https://circleci.com/gh/xcv58/CubeTimer)
[![Build Status](https://travis-ci.org/xcv58/CubeTimer.svg?branch=master)](https://travis-ci.org/xcv58/CubeTimer)
[![dependencies Status](https://david-dm.org/xcv58/CubeTimer/status.svg)](https://david-dm.org/xcv58/CubeTimer)
[![devDependencies Status](https://david-dm.org/xcv58/CubeTimer/dev-status.svg)](https://david-dm.org/xcv58/CubeTimer?type=dev)

[![Code Climate](https://codeclimate.com/github/xcv58/CubeTimer/badges/gpa.svg)](https://codeclimate.com/github/xcv58/CubeTimer)
[![Test Coverage](https://codeclimate.com/github/xcv58/CubeTimer/badges/coverage.svg)](https://codeclimate.com/github/xcv58/CubeTimer/coverage)
[![Issue Count](https://codeclimate.com/github/xcv58/CubeTimer/badges/issue_count.svg)](https://codeclimate.com/github/xcv58/CubeTimer)

# Development

## Requirements
[`node.js`, `npm`](https://github.com/creationix/nvm#installation), and [`yarn`](https://yarnpkg.com/en/)

## Install

```bash
yarn
```

## Local development

```bash
yarn dev
```

## Local server

```bash
yarn start
```

## Deployment

```bash
yarn deploy
```

## Test

```bash
yarn test
```

Watch mode:

```bash
yarn test-watch
```