Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세진
/
dev-profile
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
10
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Lee SeJin
2021-05-14 21:41:24 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
046fa231cc92596c47ff900273da8b149213859b
046fa231
2 parents
7c736d65
bd61a816
Merge branch 'master' of
http://khuhub.khu.ac.kr/2018102216/dev-profile
into login
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
2 deletions
README.md
src/views/home.pug
README.md
View file @
046fa23
# 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/
)
...
...
src/views/home.pug
View file @
046fa23
...
...
@@ -9,4 +9,5 @@ block content
h3=author
.home-link
a(href="/join") Join
|#{' '}
a(href="/login") Login
...
...
Please
register
or
login
to post a comment