Skip to content

simonkellly/memo-trainer

Repository files navigation

Memo Trainer GitHub

GitHub last commit GitHub deployments GitHub top language

This trainer is made to help me train to use audio memo techniques in blindfolded speedcubing events. Is it a bit rough and ready but it does the job.

Development

Required Tools

To be able to work on this project, the following tools are required:

  • Git
  • Node.js v18
  • Yarn

Setup

# clone the repo
$ git clone https://github.com/simonkellly/memo-trainer.git

# change directory
$ cd bld-tools

# install nodejs dependenies
$ yarn

# run the development build
$ yarn dev

Open http://localhost:5173/memo-trainer/ with your browser to see the result.