An open API service indexing awesome lists of open source software.

https://github.com/ugobriasco/portfolio

Source code of my personal website
https://github.com/ugobriasco/portfolio

angular-cli angular2 formspree twitter-widget

Last synced: 2 months ago
JSON representation

Source code of my personal website

Awesome Lists containing this project

README

          

# V2
V2 is an API friendly V-Card portfolio website.
This project was generated with [angular-cli](https://github.com/angular/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](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
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](https://github.com/angular/angular-cli/blob/master/README.md).