tl;dr: Imaginemos cosas chingonas.
Cimarrón is a group of creative and skilled individuals looking to solve every day problems in the most efficient and creative way using technology.
We believe technology has the potential to empower anyone regardless of one’s status. We focus our efforts in creating high-quality open-sourced data and technology products.
If you would like to contribute, keep reading.
All contributions are welcome!
If you need help, create an issue on the repo cimarron-io/cimarron-io.github.io/ or join us on the tacosdedatos slack at tacosdedatos.slack.com
-
Fork the repository to your GitHub account.
-
Clone the fork of your repo:
git clone https://github.com/<YOUR-USERNAME>/cimarron-io/ cd cimarron-io.github.io/
-
Create a branch with the name of the project you wish to add:
git checkout -b project-name # this creates a brand new branch and switches to it
-
Create the file with the project information. This file must be saved on the folder
_posts
with the name formatYYYY-MM-DD-project-name.md
, whereYYYY
,MM
, andDD
are the Year, Month and Day you're adding the project to the folder. You can use the template file template.md. -
Create a Pull Request (PR) from your branch to the
main
branch of the orginal repo and add @chekos as a reviewer.
NOTE: Please use one PR per project.
Please open an issue where you mention the changes you would like to make and mention @chekos. You will be assigned the issue and we will await your PR where we ask that you add @chekos as a reviewer.
If you wish to run the site locally, execute the following commands:
-
Install requirements:
bundle install
-
Run the server:
bundle exec jekyll serve
-
Open http://localhost:4000/cimarron-io in your browser.
The command in step 2 allows you to make changes and visualize them in real time on your browser.
- This website is based on Codeando México's Awesome Civic Tech site found at https://codeandomexico.github.io/awesome-civic-tech/
Below are their attributions from the original repo:
- Sitio web basado en Pintereso Jekyll Theme
- Gracias a Richard y Rodo por las contribuciones iniciales
{}
y contenidos con ❤️ por la comunidad de Codeando México