Skip to content

jackabox/statamic-shopify-starter-kit

Repository files navigation

Statamic Shopify Starter Kit

demo docs purchase

The starter kit is a recommended way to install Statamic Shopify.

The boilerplate not only installs the plugin and gives you the necessary options but it also comes with a full demo that is customised to work with Shopify on the front-end. It's built with:

  • Tailwind CSS
  • ES6 JavaScript

Everything is completely customisable and should give you an awesome start to your project.

If you are looking to install the add-on to an existing project check out the getting started section.

Install Starter Kit

git clone git@github.com:jackabox/statamic-shopify-starter-kit.git shopify
cd shopify
rm -rf .git
composer update
cp .env.example .env
php artisan key:generate

In short, this will:

  • clone the repository
  • delete the old .git info
  • install composer
  • copy the .env
  • generate a key for the application.

Create a User

Make a super user to access the control panel.

php please make:user

Publish the assets

yarn && yarn dev

Enjoy

That's it for getting the starter kit setup. For your next steps, you'll need to set up your Shopify app.

Enjoy :)