Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 636 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 636 Bytes

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.