/smart-cube-timer

Proof-of-concept smart timer for Bluetooth puzzles

Primary LanguageJavaScriptMIT LicenseMIT

Smart Cube Timer

This is a fork of the smart-cube-timer by hakatashi with support for the GAN 365i.

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
# service worker is disabled in dev
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

Deploy to GH pages

  1. Open package.json and modify the upstream to your fork in scripts deploy

  2. run

     npm run deploy
    

For detailed explanation on how things work, checkout the Nuxt.js docs.