This document guides you through developing this project.
npm install
# or
yarn install
npm test
# or
yarn test
To check documents hosted on http://yuku-t.com/textcomplete locally, run:
npm start
# or
yarn start
then open http://localhost:8080/ in your browser.