Share and monetize code snippets. Earn extra income with the codes you make on a daily basis.
This is the source code to my course called: NuxtExtreme
First things first, rename .env.example
to .env
and put your keys
# instal deps
yarn install
# run local
yarn dev
You'll need to install stripe-cli and run
# to authenticate with your account
stripe login
# to bypass events to your local machine
stripe listen --forward-to localhost:3000/api/webhooks/payment