MultiTasking Cubes - A tool for cognitive stimulation
npm install @sing-group/mtcMultiTasking Cubes
==================
A tool for cognitive stimulation.
Environment Configuration
=========================
After cloning the repository, install dependencies:
``sh`
npm install
Now you can run your local server:
`sh`
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