Installs boxen: A Kit of Parts Squarespace developer SDK.
Install the boxen
command line interface:
npm i boxen-sqs -g
You can initialize boxen in your current working directory, or pass a folder name you would like boxen to create and initialize within:
# Assuming you are in the directory you want to initialize from
boxen init
# Assuming you want boxen to create the directory for you to initialize from
boxen init my-project
That's it. Checkout the boxen project for complete info on developing with the SDK.