Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 820 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 820 Bytes

Catalyst + Klevu

Getting Started

  1. Start by cloning this repository
git clone [email protected]:bigcommerce-labs/catalyst-klevu.git && cd catalyst-klevu
  1. Ensure you are using the correct Node version
  1. Use corepack to enable pnpm, then use pnpm to install project dependencies
corepack enable pnpm && pnpm install
  1. Set up environment variables
cp .env.example .env.local

Tip

You can run pnpm create @bigcommerce/catalyst@latest init to generate an .env.local file for your store.

  1. Start the development server
pnpm dev