Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/lineage
Lineage Site 2020
https://github.com/drwpow/lineage
Last synced: 9 days ago
JSON representation
Lineage Site 2020
- Host: GitHub
- URL: https://github.com/drwpow/lineage
- Owner: drwpow
- Created: 2020-03-11T03:03:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T17:03:51.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T00:29:13.692Z (2 months 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/