Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 646 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 646 Bytes

onlygists

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

Setup

First things first, rename .env.example to .env and put your keys

# instal deps
yarn install

# run local
yarn dev

Test payments locally

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