uechi.io/README.md
2018-07-19 20:59:09 +09:00

25 lines
306 B
Markdown

# uechi.io
[![Build Status](https://travis-ci.org/uetchy/uechi.io.svg?branch=master)](https://travis-ci.org/uetchy/uechi.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
```