이세진

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
1 -# dev-profile
2 -Website for developer with Node
...\ No newline at end of file ...\ No newline at end of file
1 +# DEV-profile
2 +
3 +### **A website for developers to get driven with motivation.**
4 +
5 +KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr/2018102216/dev-profile)
6 +<br>
7 +
8 +## Main Features
9 +
10 +- [ ] your basic profile
11 +- [x] random quotes **_for developers_** to motivate you :sparkles:
12 +- [ ] the amount of commits you've done on [GitHub](https://github.com/) at a glance
13 +- [ ] your most-contributed project on GitHub
14 + <br>
15 +
16 +### Additional Features
17 +
18 +- [x] direct and easy login via GitHub
19 +- [x] intuitive and easy-to-use structure
20 +
21 +## <br>
22 +
23 +### test installation
24 +
25 +This is the usage just for the being.
26 +After cloning repository, type into terminal to automatically install modules and libraries.
27 +
28 +```bash
29 +npm install
30 +```
31 +
32 +To run server,
33 +
34 +```bash
35 +npm run dev:server
36 +```
37 +
38 +<br>
39 +### API reference
40 +[Programming Quotes API](quotes.stormconsultancy.co.uk/random.json)
41 +<br>
42 +### License
43 +[MIT](https://choosealicense.com/licenses/mit/)
......
...@@ -9,4 +9,5 @@ block content ...@@ -9,4 +9,5 @@ block content
9 h3=author 9 h3=author
10 .home-link 10 .home-link
11 a(href="/join") Join 11 a(href="/join") Join
12 + |#{' '}
12 a(href="/login") Login 13 a(href="/login") Login
......