Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 461 Bytes

File metadata and controls

28 lines (19 loc) · 461 Bytes

Coffee Scripts

A collection of scripts and tools to manage this project.

cd tools
yarn

Importing product data into Stripe

yarn stripe:import-products

Note: this script requires you create a tools/.env file with your STRIPE_SECRET_KEY set in it.

Deploy Firestore Rules

yarn firebase:deploy-firestore-rules

Run Firebase Emulator suite for local development

yarn firebase:start-emulators