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.
git clone [email protected]: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.
Make a super user to access the control panel.
php please make:user
yarn && yarn dev
That's it for getting the starter kit setup. For your next steps, you'll need to set up your Shopify app.
Enjoy :)