30 lines
348 B
Markdown
30 lines
348 B
Markdown
# uechi.io [](https://travis-ci.org/uetchy/uetchy.github.io)
|
|
|
|
## Build
|
|
|
|
```
|
|
script/bootstrap
|
|
script/server
|
|
```
|
|
|
|
### Docker
|
|
|
|
```
|
|
docker-compose build
|
|
docker-compose up
|
|
```
|
|
|
|
## Test
|
|
|
|
```
|
|
npm install
|
|
npm test
|
|
```
|
|
|
|
## Publish
|
|
|
|
```
|
|
git commit -m "New article"
|
|
git push
|
|
```
|