Skip to content

Commit b70164b

Browse files
committed
chore: update readme
1 parent f8fa6cc commit b70164b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Today I Learned
2+
3+
https://dockerel.github.io/TIL/
4+
5+
## 로컬에서 띄우기
6+
7+
```bash
8+
$ yarn
9+
$ yarn dev
10+
```
11+
12+
### 빌드 및 배포
13+
14+
Opt1. GitHub Actions로 자동화
15+
[main.yaml](https://github.com/Dockerel/TIL/blob/main/.github/workflows/main.yml) 참고
16+
17+
Opt2. 직접 배포
18+
19+
```bash
20+
$ yarn build
21+
$ yarn deploy
22+
```

0 commit comments

Comments
 (0)