This project is a response to Telepathy Labs' technical test.
You can find a DEMO at this link on Github Pages.
You can install and execute a demo on your environment by:
$ git clone [email protected]:MasahiroMorita/telepathylab.git
$ cd telepathylab
$ npm install
$ npm start
Then, open http://lcoalhost:3000 to view it in your browser.
You can run unit testing. To launch the test runner in the interactive watch mode, use the following command line:
$ npm test
This project has automated deployment with Github Actions.
When you make any changes on the master
branch, a workflow is invoked and it updates the DEMO page on Github Pages.