Skip to content
Bailey Latimer edited this page Sep 1, 2020 · 2 revisions

📆 Items

We currently maintain a kanban board in Asana.

🤖 Development Flow

  • Two folders exist: /app and /ThemeKit.
  • /app contains sass components that compile into main.css, which is imported to /ThemeKit/assets.
  • /ThemeKit contains everything else (.js, .liquid, .json).

$theme watch Watch local directory for changes and upload them to Shopify.

$theme deploy --env=production Deploy to production environment (live site)

Since I've been solo until this point, my work is done in the master branch. However, we should probably change that so things don't conflict.

📐 Design Flow

In late May, I added the CodyHouse framework to speed up dev time. It's being used for global styles and new components. Legacy code is slowly being switched over (70% done). Before CodyHouse, I was designing everything in Figma first. Now with pre-built components, it's less practical. Still, the design system lives there and we use it frequently for asset creation.

📝 Resources

Git repo: Private, request invite from bailey@latimer.me

Asana: Private, request invite from bailey@latimer.me

**Framework: ** CodyHouse

**Environment control: ** ThemeKit

Build: gulp sass

Design system: Documentation Figma

Clone this wiki locally