Personal Portfolio

This project contains the first version of project portfolio.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

NodeJS

After installation, run node -v and confirm that your output has Node >8.

$ node -v
v9.8.0

Installing

This project is served and compiled with the help of gulp.

See the Official documentation for more details.

Run the server with the following command:

npm run dev

Once everything is loaded, head over to your browser to see a live copy of the portfolio.

Build CSS with the following command:

npm run build:css

Optimize images in public folder with the following command:

npm run build:images

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details