uechi.io/README.md
2019-06-20 16:11:06 +09:00

25 lines
306 B
Markdown

# uechi.io
[![Build Status](https://travis-ci.com/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
```