doc/development.md
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](http://yuku-t.com/textcomplete) locally, run:
```
npm start
# or
yarn start
```
then open [http://localhost:8080/](http://localhost:8080) in your browser.