김채리

changed to previous state before pushing

1 -# DEV-profile 1 +# dev-profile
2 2
3 -### **A website for developers to get driven with motivation.** 3 +Website for developer with Node
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,5 +9,4 @@ block content ...@@ -9,5 +9,4 @@ 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 - |#{' '}
13 a(href="/login") Login 12 a(href="/login") Login
......