Skip to content

ugobriasco/portfolio

Repository files navigation

V2

V2 is an API friendly V-Card portfolio website. This project was generated with angular-cli version 1.0.0-beta.24.

Release Notes

V2 pre-release 0.5

Features

v0.5

  • Profile data loaded from external .json files under ./docs
  • profile data (resume, portfolio) can be entered using markdown
  • contact form sends emails via formspree.io
  • the section "press" contains user's twitts/retwitts, provide via widget

Known bugs and limitations

  • the section skill graph is not responsive to the content
  • missing input validation empty contact form
  • no test coverage, yet

Depolyment information

Installation

  • Install dependancies via npm install
  • run the build server ng serve

Build

  • Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
  • Add the `./docs directory to provide your personal data

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Deploying to Github Pages

Run ng github-pages:deploy to deploy to Github Pages.

Further help

To get more help on the angular-cli use ng help or go check out the Angular-CLI README.