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
- Host: GitHub
- URL: https://github.com/jondotsoy/curriculum
- Owner: JonDotsoy
- Created: 2015-11-12T02:47:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T03:25:48.000Z (over 9 years ago)
- Last Synced: 2025-01-26T10:30:37.495Z (4 months ago)
- Language: CSS
- Homepage: http://jondotsoy.github.io/curriculum
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```