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

https://github.com/jondotsoy/curriculum

A template off CV in html
https://github.com/jondotsoy/curriculum

Last synced: about 2 months ago
JSON representation

A template off CV in html

Awesome Lists containing this project

README

        

:warning: Considerations
--------------

### :heavy_exclamation_mark: Español

Este proyecto fue publicado con mero sentido académico, por lo que se le solicita al editor no utilizar la información de forma literal. Se pide remplazar el contenido antes de su distribución.

### :heavy_exclamation_mark: English

This project was published with mere academic sense, so you are asked to not use the information editor literally. You are asked to replace the content before distribution.

Dependencies
------------

This project require [Node](https://nodejs.org/) or [iojs](https://iojs.org/) with [npm](https://npmjs.org/), [Gulp](http://gulpjs.com/) and [Bower](http://bower.io/).

Install
-------

```bash
bower install
npm install
gulp build-source
```

Deploy with Docker
------------------

Require [Docker](http://docker.io) up.

```bash
gulp build
gulp deploy
```