Skip to content
Snippets Groups Projects
Select Git revision
  • 65955ac421832fcc6e06daa150563d1d80f6da4e
  • development default protected
  • homologa protected
  • warning_0403
  • master protected
  • barChartFix
  • tutorial_fix
  • issue/722
  • fix_quota
  • paginaSobre
  • issue/631
11 results

mapfor

  • Clone with SSH
  • Clone with HTTPS
  • Miguel Angelo Salerno's avatar
    Miguel Angelo Salerno authored
    New fixes
    
    See merge request !39
    65955ac4
    History

    Build

    rm -r mapfor/

    nvm use 11

    Homologação:
    npm run buildHom
    
    Produção:
    npm run buildProd
    
    Development:
    npm run buildDev

    mv build mapfor

    Run Locally

    nvm use 11

    Using homologa api:

    npm run startHom

    Using production api:

    npm run startProd

    Using development api:

    npm run startDev