Code Monkey home page Code Monkey logo

colabora's Introduction

colabora

colabora es una aplicación web para escribir, revisar y aprobar los resúmenes de iniciativas.

Para contribuir a la aplicación

  1. Copia este repositorio a tu cuenta (Crea un fork)

  2. Clona de tu repositorio a tu computadora:

    git clone [email protected]:<tu-usuario>/colabora.git
    
  3. Crea un entorno virtual

    cd colabora
    python3 -m venv env
    
  4. Instala la aplicación con sus dependencias en modo de desarrollo

    env/bin/pip install -e '.[test]'
    
  5. Corre las pruebas

    env/bin/pytest --cov=colabora
    
  6. Inicializa la base de datos

    env/bin/flask --app colabora.main shell
    >> import colabora.db
    >> colabora.db.init_db()
    >> exit()
    
  7. Corre la aplicación

    env/bin/flask --debug --app colabora.main run
    
  8. Crea una rama para las modificaciones

    git checkout -b agregar-mejora
    
  9. Haz modificaciones

  10. Empuja tus modificaciones a tu repositorio

  11. Solicita que se incluyan tus cambios (Crea un Pull Request)

colabora's People

Contributors

ppaez avatar sva-bl00 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.