Merge branch 'master' of http://khuhub.khu.ac.kr/2018102216/dev-profile into login
Showing
2 changed files
with
44 additions
and
2 deletions
| 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/) | ... | ... |
-
Please register or login to post a comment