Skip to content

Latest commit

 

History

History

tools

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