https://github.com/drwpow/lineage
Lineage Site 2020
https://github.com/drwpow/lineage
Last synced: 6 months ago
JSON representation
Lineage Site 2020
- Host: GitHub
- URL: https://github.com/drwpow/lineage
- Owner: drwpow
- Created: 2020-03-11T03:03:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T17:03:51.000Z (over 5 years ago)
- Last Synced: 2025-07-23T12:58:35.843Z (about 1 year ago)
- Language: Liquid
- Homepage: https://lineageroasting.com
- Size: 28.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ☕ Lineage 2020
Shopify theme
## 🧞 Setup
Ensure the latest [Node.js][node] is installed, along with [Shopify Themekit][themekit]. Then run:
```bash
cp config.yml.example config.yml
```
Fill in the values for `config.yml`.
## 🏎️ Dev
```bash
npm run dev
```
Your changes will be auto-deployed to Shopify as you work.
⚠️ Only use this on a non-live theme.
## 🚀 Deploy
```bash
npm run deploy
```
[node]: https://nodejs.org
[themekit]: https://shopify.github.io/themekit/