2017-12-27 15:12:26 +09:00
|
|
|
# uechi.io
|
2017-10-07 11:43:26 +09:00
|
|
|
|
2017-12-27 15:12:26 +09:00
|
|
|
[](https://travis-ci.org/uetchy/uetchy.github.io)
|
2017-10-07 11:43:26 +09:00
|
|
|
|
2017-12-27 15:12:26 +09:00
|
|
|
## Build
|
2017-10-07 11:43:26 +09:00
|
|
|
|
|
|
|
```
|
2017-12-27 15:12:26 +09:00
|
|
|
docker-compose run web bundle install
|
|
|
|
docker-compose up --build
|
2017-10-07 11:43:26 +09:00
|
|
|
```
|
|
|
|
|
|
|
|
## Test
|
|
|
|
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
npm test
|
|
|
|
```
|
|
|
|
|
|
|
|
## Publish
|
|
|
|
|
|
|
|
```
|
|
|
|
git commit -m "New article"
|
|
|
|
git push
|
|
|
|
```
|