https://github.com/devconn99/imogene-willie
imogene + willie - premium blue jeans
https://github.com/devconn99/imogene-willie
dawn shopify shopify-cli
Last synced: 11 months ago
JSON representation
imogene + willie - premium blue jeans
- Host: GitHub
- URL: https://github.com/devconn99/imogene-willie
- Owner: devconn99
- Created: 2022-10-21T01:55:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T19:50:53.000Z (over 3 years ago)
- Last Synced: 2025-02-06T10:45:26.689Z (about 1 year ago)
- Topics: dawn, shopify, shopify-cli
- Language: Liquid
- Homepage: https://imogeneandwillie.com/
- Size: 3.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seed Dawn Base
Shopify Dawn Base theme with custom Drawers, Modals and Ajaxcart. Also Custom npm scripts to improve dev flow.
## Requirements
- Node v14
- Shopify CLI
## Getting started
1. Setup:
- yarn install
2. Start Development Mode(*see below):
- yarn run dev
3. Deploy:
- yarn run deploy
## Development Mode
Running 'yarn run dev' does this:
1. Logs you into shopify cli for current project
2. Runs 'shopify theme serve'
3. Starts watching global.js and base.css for changes and copies
them to global.min.js and base.min.css, respectevely. With this there's no need to worry about changing asset urls on theme.liquid when the assets get compressed.
## Synchronizing theme settings
1. yarn run sync
2. Choose theme to sync
3. Manually check changes using git (and discard if necessary)
4. Commit changes