Skip to content
Snippets Groups Projects
Select Git revision
  • f5c7052413f7b77126101fc3c3d7f1ae65a805b5
  • 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
  • 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