website logo
Navigate through spaces
Chord Commerce
⌘K
Getting Started
CMS
Data
OMS
Integrations
👩‍💻Developer Tools
Shopify
Docs powered by archbee 

Quick Start

This guide assumes you already have Node.js and Git installed on your machine.

Configure access to Chord's private Github repositories

In order to install the necessary Chord packages, follow the guide below on how to configure your package manager to access Chord's packages.

npm Access for @chordcommerce Packages

Create a new site

Click the "Use this template" button on the starter Github repository to create a new Github repository in your account with the same files and folders, or fork the repo. Then clone your new repo onto your local machine:

Shell
|

Configure your site's environment

Shell
|

You'll need to populate this .env file with some environment variables, including your Chord account and CMS credentials. Talk to the Chord team to get these.

Start your development server

Install project dependencies:

yarn
Shell
|

After installation is complete, start the development server:

yarn
Shell
|

You can see your new site at http://localhost:3000. Hot reload is enabled by default.

That's it! You're off and running. ✨

Updated 14 Nov 2022
Did this page help you?
Yes
No
UP NEXT
Developing
Docs powered by archbee 
TABLE OF CONTENTS
Configure access to Chord's private Github repositories
Create a new site
Configure your site's environment
Start your development server