김채리

readme update

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 +
7 +<br>
8 +
9 +## Main Features
10 +
11 +- [ ] your basic profile
12 +- [x] random quotes **_for developers_** to motivate you :sparkles:
13 +- [ ] the amount of commits you've done on [GitHub](https://github.com/) at a glance
14 +- [ ] your most-contributed project on GitHub
15 +
16 +<br>
17 +
18 +### Additional Features
19 +
20 +- [x] direct and easy login via GitHub
21 +- [x] intuitive and easy-to-use structure
22 +
23 +## <br>
24 +
25 +### test installation
26 +
27 +This is the usage just for the being.
28 +
29 +After cloning repository, type into terminal to automatically install modules and libraries.
30 +
31 +```bash
32 +npm install
33 +```
34 +
35 +To run server,
36 +
37 +```bash
38 +npm run dev:server
39 +```
40 +
41 +<br>
42 +
43 +### API reference
44 +
45 +[Programming Quotes API](quotes.stormconsultancy.co.uk/random.json)
46 +
47 +<br>
48 +
49 +### License
50 +
51 +[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
......