0.1.0-alpha1 • Published 7 years ago

@sing-group/mtc v0.1.0-alpha1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

MultiTasking Cubes

A tool for cognitive stimulation.

Environment Configuration

After cloning the repository, install dependencies:

npm install

Now you can run your local server:

npm start

Server is located at http://localhost:9000

Note: To allow external viewing of the demo, change the following value in webpack-dev-server.config.js

host: 'localhost'  //Change to '0.0.0.0' for external facing server