Skip to content

shopify-kph/milestomastery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify GSD Project

This repository is structured for rapid, high-quality iteration and automated deployment to a Shopify store, following Shopify's Getting Shit Done (GSD) framework.

Project Overview

  • Purpose: Enable fast, merchant-obsessed development and release cycles for Shopify stores or apps.
  • Automation: Uses GitHub Actions for CI/CD and automated deployment.
  • GSD Alignment: Supports lightweight documentation, review gates, and incremental shipping.

Directory Structure

shopify-gsd-project/
├── .github/workflows/    # CI/CD pipelines
├── src/                 # Source code (theme/app/scripts)
├── config/              # Environment configs (no secrets)
├── public/              # Static assets
├── docs/                # Documentation, GSD artifacts
├── tests/               # Automated tests
├── .assistant-config.json
├── .gitignore
├── README.md
├── package.json         # Node.js dependencies (if used)
├── Gemfile              # Ruby dependencies (if used)
└── LICENSE

Getting Started

  1. Clone the repo and install dependencies (npm install or bundle install as needed).
  2. Copy config/sample.env to .env and fill in your Shopify credentials.
  3. Push changes to main to trigger automated deployment via GitHub Actions.

Automation

  • Workflows in .github/workflows/ handle testing and deployment.
  • See docs/ for GSD process docs and review gates.

For more, see docs/project-plan.md and .assistant-config.json for project context.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages