All Projects → diegovalle → new.crimenmexico

diegovalle / new.crimenmexico

Licence: MIT license
Website for elcri.men

Programming Languages

javascript
184084 projects - #8 most used programming language
r
7636 projects
SCSS
7915 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to new.crimenmexico

mxmortalitydb
A data only R package containing all injury intent deaths registered in Mexico from 2004 to 2019
Stars: ✭ 20 (-4.76%)
Mutual labels:  mexico
mexicovid19.github.io
Repositorio para la página web dedicada al monitoreo de la pandemia del COVID19 en México
Stars: ✭ 14 (-33.33%)
Mutual labels:  mexico
covid-estados
Este proyecto recopila, sistematiza y facilita el acceso a información oficial relevante, líneas de atención y medidas de restricción o protección implementadas por los gobiernos estatales.
Stars: ✭ 19 (-9.52%)
Mutual labels:  mexico
facturapi-node
Crea Facturas Electrónicas válidas en México lo más fácil posible (CFDI)
Stars: ✭ 15 (-28.57%)
Mutual labels:  mexico
constitucion-mexicana
Constitución Política de los Estados Unidos Mexicanos en formato ReST
Stars: ✭ 47 (+123.81%)
Mutual labels:  mexico
covid19-mx-time-series
Time series data of the COVID-19 epidemic in Mexico
Stars: ✭ 36 (+71.43%)
Mutual labels:  mexico
rfc-facil-js
Librería para calcular el Registro Federal de Contribuyentes en México (RFC) - Javascript/Typescript
Stars: ✭ 27 (+28.57%)
Mutual labels:  mexico
PythonMexico
Archivos y código para las comunidades de Python México
Stars: ✭ 19 (-9.52%)
Mutual labels:  mexico
CfdiUtils
PHP Common utilities for Mexican CFDI 3.2, 3.3 & 4.0
Stars: ✭ 97 (+361.9%)
Mutual labels:  mexico
mxmaps
An R package for making maps of Mexico
Stars: ✭ 60 (+185.71%)
Mutual labels:  mexico
conferencias matutinas amlo
CSVs de las versiones estenográficas de las conferencias matutinas del Presidente Andres Manuel López Obrador ( Mañaneras AMLO )
Stars: ✭ 25 (+19.05%)
Mutual labels:  mexico

Build Status

new.crimenmexico

Source code for generating the website elcri.men

The easiest way to recreate the website is to use the docker container

docker pull diegovalle/elcrimen-docker
docker run -it diegovalle/elcrimen-docker

change to the /home/rstudio/new.crimenmexico directory and run git pull to get the latest version and run make. The website will be available in the elcri.men/public subdircotry. If you don't have the private key to deploy to elcri.men you should instead skip the deployment step and run the commands:

cd ~/new.crimenmexico
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
git pull
make download_csv download_inegi clean_data analysis website
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].