- Clone this repository to your local machine
- Install client dependencies with:
npm install
- To start the client, run
npm start
Steps:
- Checkout production branch and rebase from master
- Run
npm run build
to create a production build - Use
firebase deploy
to update project
Checklist:
axiosConfig.js
,fetchRequest.js
, andphotoUploadRequest.js
have the correct server URLslistingPage.component.js
is using the live Stripe public key- Firebase target folder is set to build
Note: always amend new commits to production branch