Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 690 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 690 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

run stripe server run cmd - stripe listen --forward-to localhost:3000/webhooks/stripe

run email server - in bash terminal npm run email -> package.js script loads email server on http://localhost:3001 server.

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.