Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 623 Bytes

posts/ 디렉토리에 YYYY-MM-DD.md 형식의 마크다운 파일을 만들고 푸쉬하면, 자동으로 새 글이 blog.langdev.org에 배포됩니다.

개발하는 법

Node.jsYarn을 준비합니다.

# 라이브러리 설치
yarn
# 개발서버 띄우기, http://localhost:8000 를 확인하세요
yarn dev

# 타입체크, 코드 포맷 체크
yarn test
# 코드 포맷 수정
yarn fmt