Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.03 KB

# Memory King Build Status Build status

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

# Preview

Release

There is no official release right now.