25 lines
322 B
Markdown
25 lines
322 B
Markdown
# uechi.io
|
|
|
|
[](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
|
|
```
|