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: 12 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:44:38.000Z (over 2 years ago)
- Last Synced: 2025-02-14T05:31:51.775Z (about 1 year 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
[](https://deploy.now.sh/?repo=https://github.com/xcv58/CubeTimer)
# CubeTimer
[](https://circleci.com/gh/xcv58/CubeTimer)
[](https://travis-ci.org/xcv58/CubeTimer)
[](https://david-dm.org/xcv58/CubeTimer)
[](https://david-dm.org/xcv58/CubeTimer?type=dev)
[](https://codeclimate.com/github/xcv58/CubeTimer)
[](https://codeclimate.com/github/xcv58/CubeTimer/coverage)
[](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
```