2017-12-27 15:12:26 +09:00
|
|
|
# uechi.io
|
2017-10-07 11:43:26 +09:00
|
|
|
|
2022-01-11 16:11:10 +09:00
|
|
|
[](https://ci.uechi.io/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
|
|
|
|
2022-01-11 15:55:36 +09:00
|
|
|
```bash
|
2021-06-08 16:50:52 +09:00
|
|
|
n 15
|
2021-01-21 21:45:05 +09:00
|
|
|
yarn build
|
2017-10-07 11:43:26 +09:00
|
|
|
```
|
|
|
|
|
|
|
|
## Publish
|
|
|
|
|
2022-01-11 15:55:36 +09:00
|
|
|
```bash
|
2017-10-07 11:43:26 +09:00
|
|
|
git commit -m "New article"
|
|
|
|
git push
|
|
|
|
```
|