uechi.io/README.md

17 lines
245 B
Markdown
Raw Normal View History

2017-12-27 15:12:26 +09:00
# uechi.io
2017-10-07 11:43:26 +09:00
2021-02-13 22:17:45 +09:00
[![Actions Status: pages](https://github.com/uetchy/uechi.io/workflows/Pages/badge.svg)](https://github.com/uetchy/uechi.io/actions?query=pages)
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
```
2021-01-21 21:45:05 +09:00
yarn build
2017-10-07 11:43:26 +09:00
```
## Publish
```
git commit -m "New article"
git push
```