Memory King is memory training app based on techniques used in memory championships.
First, clone the repo via git:
git clone https://github.com/Breta01/MemoryKing.git
And then install dependencies.
$ cd MemoryKing && npm install
Run this two commands simultaneously in two different console tabs for live code editing.
$ npm run server
$ npm run devstart
Or you can run only:
$ npm start
There is no official release right now.