Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 924 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 924 Bytes

README

Vasilis Kolip's Portfolio

GitHub public page: https://kolip.design

Figma prototype: https://www.figma.com/proto/KvZro6YLHayaTX4nbXqdSc/Portfolio?node-id=1-2&starting-point-node-id=1%3A2&mode=design&t=NcGpUp2yPC2itAo6-1

Figma original file: https://www.figma.com/file/KvZro6YLHayaTX4nbXqdSc/Portfolio?type=design&node-id=1%3A2&mode=design&t=aCUx1eqt0fE6XwC8-1

Uses:

Node v8.9.0 (https://nodejs.org/download/release/v8.9.0/) & Gulp v2.2.0

Tip: To make 100% sure that node_modules folder has Read&Write permissions for Gulp to work, create it yourself before npm install.

FYI

DEVELOPMENT

Code lives under src/ folder. Do your magic there!

Install npm:

install all the necessary node-modules:

npm install

install gulp:

sudo npm install [email protected] -g

and once all the above are done, type:

gulp

To minify everything, type:

gulp build