uechi.io/README.md
2017-12-27 15:12:26 +09:00

25 lines
322 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
```
docker-compose run web bundle install
docker-compose up --build
```
## Test
```
npm install
npm test
```
## Publish
```
git commit -m "New article"
git push
```