Skip to content

seedy-fiuba/seedy-fiuba-backoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backoffice Seedy Fiuba

Run locally

    npm install
    npm start

Deploy heroku

  1. Configure github repo with heroku

    heroku git:remote -a seedy-fiuba-backoffice-fe
  2. Push to heroku based on branch

    git push heroku $BRANCH_NAME:master