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
- Host: GitHub
- URL: https://github.com/ugobriasco/portfolio
- Owner: ugobriasco
- License: mit
- Created: 2017-05-24T21:00:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T22:18:41.000Z (over 7 years ago)
- Last Synced: 2025-08-01T18:08:00.150Z (11 months ago)
- Topics: angular-cli, angular2, formspree, twitter-widget
- Language: TypeScript
- Homepage: https://ugobriasco.me
- Size: 48.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).