Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 659 Bytes

clone.md

File metadata and controls

23 lines (14 loc) · 659 Bytes

Cloning the Project for Development

Prerequisites

We use Docker for development, so install it and make sure you understand how developing in Docker works.

Install

# Clone
git clone [email protected]:reactioncommerce/catalyst.git

cd catalyst

# Setup - puts an .env in place
bin/setup

yarn install

Then check the .env file to see if there are any placeholder values that need to be replaced with real values.

Now that you're set up, you'll want to read about Running and Developing Locally.