Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 389 Bytes

development.md

File metadata and controls

29 lines (21 loc) · 389 Bytes

This document guides you through developing this project.

Setup

npm install
# or
yarn install

Tests

npm test
# or
yarn test

Run Dev Server

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.