Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 410 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 410 Bytes

Contribution guidelines and commands

git clone [email protected]:codestates/assignment-manager.git
cd assignment-manager
npm i
npm link # 로컬환경에 변경된 cli설치
# asdf reshim nodejs # asdf 이용자는 ln 필요함(안하면 이전 버전이나, 실행안됨)
codestates  # cli 명령어는 편이상 변경하였습니다.
# 수정
git add .
npm run commit # cz사용해서 commit 한다