Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xcv58/cubetimer
- Owner: xcv58
- License: mit
- Created: 2017-04-09T05:37:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:44:38.000Z (about 1 year ago)
- Last Synced: 2024-10-28T21:07:27.438Z (3 months ago)
- Topics: kickstarter, mobx-react, nextjs, offline-app, offline-first, progressive-web-app, pwa, react
- Language: JavaScript
- Homepage: https://rubik.xcv58.com
- Size: 938 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```