Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.19 KB

Kitchen Order Simple Ecommerce

MIT License

GitHub Org's stars

Dev URL

This is simple ecommerce website that shows the workflow of the websites simply. Please give me star if you like it.

image

Clone and run locally

  1. You'll first need to clone the repository via the GitHub Repo

  2. Install dependencies

    # Using Npm
    npm install
    
    # Using Yarn
    yarn
  3. Rename .env.local.example to .env.local and update the following:

    STRIPE_PUBLISHABLE_KEY=
    STRIPE_SECRET_KEY=
    STRIPE_PRICE_ID=

image image image