MemoryKing

Memory training app.

MIT License

Stars
8

Memory King is memory training app based on techniques used in memory championships.

Install

First, clone the repo via git:

git clone https://github.com/Breta01/MemoryKing.git

And then install dependencies.

$ cd MemoryKing && npm install

Development

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

Preview

Release

There is no official release right now.