Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denieler/webcv
Personal web CV
https://github.com/denieler/webcv
cv website work
Last synced: about 10 hours ago
JSON representation
Personal web CV
- Host: GitHub
- URL: https://github.com/denieler/webcv
- Owner: denieler
- Created: 2015-05-01T08:11:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T18:59:01.000Z (almost 7 years ago)
- Last Synced: 2023-08-03T06:56:13.794Z (over 1 year ago)
- Topics: cv, website, work
- Language: JavaScript
- Homepage: http://denieler.com
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My web CV
To build project:
```
yanr build
```Sometimes on MacOS, during the build, it is throwing `Unexpected token` error from `gulp-ng-annotate`, to resolve it run:
```
rm -rf ./.tmp/
rm -rf ./dist/
```and try again.