1
0
Fork 0
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:
imfunny 2019-05-08 19:32:36 +05:30 committed by GitHub
parent d07c6fc7af
commit 81b3a584f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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