uechi.io/README.md

25 lines
306 B
Markdown
Raw Normal View History

2017-12-27 15:12:26 +09:00
# uechi.io
2017-10-07 11:43:26 +09:00
2018-07-19 20:59:09 +09:00
[![Build Status](https://travis-ci.org/uetchy/uechi.io.svg?branch=master)](https://travis-ci.org/uetchy/uechi.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
```