git clone https://github.com/joog-lim/bamboo-front.git
yarn
npm start
git clone https://github.com/joog-lim/bamboo-front.git
npm i
npm start
Pull request를 환영합니다. issue를 열어 추가하고 싶은 기능 또는 고칠 문제에 대해 먼저 논의해주세요.
- issue 생성
- 프로젝트 포크
- 기능 분기 만들기 / ex) git checkout -b feature/foo
- 변경 사항 커밋 / ex) git commit -m "Add: some AmazingFeature"
- 기능 분기로 푸시 / ex) git push origin feature/AmazingFeature
- 풀 리퀘스트 열기
MIT을 채택합니다.