Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 811 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 811 Bytes

Catalyst + Contentstack

Prerequisites

Getting Started

  1. Start by cloning this repository
git clone git@github.com:bigcommerce-labs/catalyst-contentstack.git && cd catalyst-contentstack
  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 find documentation for each field in the .env.local file, described in .env.example

  1. Start the development server
pnpm dev