uechi.io/README.md
Yasuaki Uechi 362ff17ac4 Add site
2017-10-07 11:43:26 +09:00

30 lines
348 B
Markdown

# uechi.io [![Build Status](https://travis-ci.org/uetchy/uetchy.github.io.svg?branch=master)](https://travis-ci.org/uetchy/uetchy.github.io)
## Build
```
script/bootstrap
script/server
```
### Docker
```
docker-compose build
docker-compose up
```
## Test
```
npm install
npm test
```
## Publish
```
git commit -m "New article"
git push
```