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.gitAnd then install dependencies.
$ cd MemoryKing && npm installRun this two commands simultaneously in two different console tabs for live code editing.
$ npm run server$ npm run devstartOr you can run only:
$ npm startThere is no official release right now.

