uechi.io/README.md
Yasuaki Uechi e7453daa1a
All checks were successful
continuous-integration/drone/push Build is passing
chore: fix drone
2022-01-11 16:14:17 +09:00

18 lines
227 B
Markdown

# uechi.io
[![Build Status](https://ci.uechi.io/api/badges/uetchy/uechi.io/status.svg)](https://ci.uechi.io/uetchy/uechi.io)
## Build
```bash
n 15
yarn build
```
## Publish
```bash
git commit -m "New article"
git push
```