이세진

Merge branch 'reme' into 'master'

updated README

처음에 fork 하고 실수로 branch 안만들고 수정 내용 commit/push 해버려서<br>
다시 원래 상태로 되돌리고 master에 commit하고 branch 새로 만들어서 수정 내용 다시 commit하느라<br>
commit이 세 개가 되어버렸네요.....<br>
어차피 1, 3번째 commit은 같은 내용이니까 다른거 무시하시고 세번째 commit만 유효하다고 생각해주세요..!<br>
앞으로는 주의하도록 하겠습니다,,

---
- Added contents to README file based on our meeting. Will update as our web page improves.
- Added blank space between "Login" and "Join" in [home.pug] 

- Planning to make more commits ASAP containing new API contents,,

See merge request !1
# dev-profile
Website for developer with Node
\ No newline at end of file
# DEV-profile
### **A website for developers to get driven with motivation.**
KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr/2018102216/dev-profile)
<br>
## Main Features
- [ ] your basic profile
- [x] random quotes **_for developers_** to motivate you :sparkles:
- [ ] the amount of commits you've done on [GitHub](https://github.com/) at a glance
- [ ] your most-contributed project on GitHub
<br>
### Additional Features
- [x] direct and easy login via GitHub
- [x] intuitive and easy-to-use structure
## <br>
### test installation
This is the usage just for the being.
After cloning repository, type into terminal to automatically install modules and libraries.
```bash
npm install
```
To run server,
```bash
npm run dev:server
```
<br>
### API reference
[Programming Quotes API](quotes.stormconsultancy.co.uk/random.json)
<br>
### License
[MIT](https://choosealicense.com/licenses/mit/)
......
......@@ -9,4 +9,5 @@ block content
h3=author
.home-link
a(href="/join") Join
|#{' '}
a(href="/login") Login
......