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
김채리
2021-05-11 04:54:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8475d95917fd2351e454955409e4cdb794a638fa
8475d959
1 parent
2e7ae61b
readme update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
2 deletions
README.md
src/views/home.pug
README.md
View file @
8475d95
#
dev
-profile
#
DEV
-profile
Website for developer with Node
### **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 @
8475d95
...
...
@@ -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