Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신지원
/
LineMusicChatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
엄성진
2021-05-29 14:52:03 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3debee396856d1d6829c99fd3c0a24c37520b790
3debee39
1 parent
7c5e8b1f
fix error that Ununtu's commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
README.md
README.md
View file @
3debee3
...
...
@@ -22,10 +22,11 @@ npm install
```
bash
killall node
```
명령어를 실행하여 실행중인 node를 종료시킨 후 개발작업에 들어가시면 됩니다.
명령어를 실행하여 실행중인 node를 종료시킨 후 개발작업에 들어가시면 됩니다.
<br>
## 참고사항
node_modules가 push 되는 것을 막기 위해, gitignore에 node_modules을 추가하였으니 마음편히 커밋&푸시하시길 바랍니다.
node_modules가 push 되는 것을 막기 위해, gitignore에 node_modules을 추가하였으니 마음편히 커밋&푸시하시길 바랍니다.
<br>
또한 각 DEVELOP 폴더에 개별적으로 각자의 user.name과 user.email을 입력해두었으니 Ubuntu가 commit했다는 기록은 안 나올 것 같습니다.
## 예제1 (현재 진행상황 반영)
봇 친구 추가가 되어있다는 가정하에 기술합니다.
<br>
...
...
Please
register
or
login
to post a comment