@sing-group/mtc
v0.1.0-alpha1
Published
MultiTasking Cubes - A tool for cognitive stimulation
Downloads
1
Readme
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