Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 172 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 172 Bytes

Deployment

Deploy Frontend

cd frontend && run build && firebase deploy

Deploy Backend

git add . && git commit -m <commit message> && git push heroku main