Lee SeJin

Merge branch 'master' of http://khuhub.khu.ac.kr/2018102216/dev-profile into login

# 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
......