s3-upload-google-auth icon indicating copy to clipboard operation
s3-upload-google-auth copied to clipboard

Setup

  1. Run npm i inside both the client and server directories
  2. You'll need to setup your .env files in both the client and server directories
  3. run client: cd client && npm run dev
  4. run server: cd server && npm run dev
  5. run local s3 server: cd server && npm run s3