- Start by cloning this repository
git clone [email protected]:bigcommerce-labs/catalyst-klevu.git && cd catalyst-klevu- Ensure you are using the correct Node version
Tip
If you're using nvm, you can run nvm install to automatically read .nvmrc and install the correct Node version.
- Use corepack to enable pnpm, then use pnpm to install project dependencies
corepack enable pnpm && pnpm install- Set up environment variables
cp .env.example .env.localTip
You can run pnpm create @bigcommerce/catalyst@latest init to generate an .env.local file for your store.
- Start the development server
pnpm dev