Quick Start
Dependencies
This package uses the following softwares and tools. You will need to install them before you can get started:
- PNPM - Package Manager
- Docker - Containerization. Don't worry you won't touch this very much. wink wink
- Stripe CLI - Command Line Interface for Stripe
- Supabase CLI - Command Line Interface for Supabase
Install PNPM: Download and install PNPM from
here, or install it using npm or brew:
bash title="terminal" npm install -g pnpm # brew install pnpm
Install Docker: Download and install Docker from here.
Install Stripe CLI: Download and install Stripe CLI from here.
Install Supabase CLI: Download and install Supabase CLI from here.