mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Update README.md
This commit is contained in:
parent
d07c6fc7af
commit
81b3a584f3
1 changed files with 18 additions and 3 deletions
21
README.md
21
README.md
|
@ -1,11 +1,26 @@
|
|||
# GitFolio
|
||||
|
||||
### about.me + medium but for every github User
|
||||
|
||||
Gitfolio will help you up and running with a portfolio website where you could showcase your work + a blog that will help you spread your ideas in real world.
|
||||
|
||||
Gitfolio will help get started with a portfolio website where you could showcase your work + a blog that will help you spread your ideas into real world.
|
||||
|
||||
# Getting Started
|
||||
|
||||
### Fork this repo
|
||||
### Fork this repository
|
||||
|
||||
Get yourself a copy of this repository by forking it as "your username.github.io" so you could customize it.
|
||||
|
||||
### Let's build
|
||||
|
||||
1. Clone the repository you just forked using ``git clone`` or just simply download it.
|
||||
|
||||
2. Now ``cd`` into the repository you just cloned and run the below command
|
||||
|
||||
```
|
||||
$ npm i
|
||||
```
|
||||
|
||||
This will install all the dependencies you will need to build your website.
|
||||
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue