Closed GregStephen closed 5 years ago
As a programmer, I need to deploy my site so everyday people can access it and get out there rating toilets
WHEN I deploy my site THEN EVERYONE can see it when they go to the site
"deploy": "npm run-script build && firebase deploy"}
firebase init
hosting
build
N
npm run deploy
User Story
As a programmer, I need to deploy my site so everyday people can access it and get out there rating toilets
AC
WHEN I deploy my site THEN EVERYONE can see it when they go to the site
Development
"deploy": "npm run-script build && firebase deploy"}
firebase init
, selecthosting
, select PoopScoop, typebuild
as the public directory, do NOT configure as a single page appN
npm run deploy