Merge pull request #1656 from consul/chore/add_markdownlinter

Add Markdown Linter gem and config file && Fixes
This commit is contained in:
Raimond Garcia
2017-06-19 10:46:31 +02:00
committed by GitHub
12 changed files with 72 additions and 61 deletions

View File

@@ -16,7 +16,6 @@ Aplicación de Participación Ciudadana y Gobierno Abierto
[![Join the chat at https://gitter.im/consul/consul](https://badges.gitter.im/consul/consul.svg)](https://gitter.im/consul/consul?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Este es el repositorio de código abierto de la Aplicación de Participación Ciudadana Consul, creada originariamente por el Ayuntamiento de Madrid.
## Estado del proyecto
@@ -47,6 +46,7 @@ RAILS_ENV=test rake db:setup
```
Para ejecutar la aplicación en local:
```
bin/rails s
```