Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 317 Bytes

File metadata and controls

22 lines (15 loc) · 317 Bytes

Today I Learned

https://dockerel.github.io/TIL/

로컬에서 띄우기

$ yarn
$ yarn dev

빌드 및 배포

Opt1. GitHub Actions로 자동화 main.yaml 참고

Opt2. 직접 배포

$ yarn build
$ yarn deploy