Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

34 lines (15 loc) · 542 Bytes

Installation Steps

Using npm

Run commands

  1. npm install

  2. npm run dev

Or using yarn

Run commands

  1. npm install --global yarn

  2. yarn install

  3. yarn run dev

This will run the app on localhost: 3000.

Also to make the use of stripe run this command on another terminal:

stripe listen --forward-to localhost:3000/api/webhook

Also this is the link to the deployed application, the signin functanality does not work after deployment.

https://amazon-clone-lovat.vercel.app/