Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.