The following are a set of points that
make Shopify themes easier to work with.
๐ชซ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://stackoverflow.com/a/22027731 | |
| ```sh | |
| git config --global url.ssh://git@github.com/.insteadOf https://github.com/ | |
| ``` |
For some reason I can never find this anything about this, so here so I don't forget.
SomeElement.ts
declare class Class extends HTMLElement {
constructor ()
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const script = document.querySelector(`[ type = 'application/ld+json' ]`) | |
| const raw = script.textContent | |
| const text = JSON.stringify(JSON.parse(raw),null,4) | |
| async function log (){ |
Curtesy to https://stackoverflow.com/a/69223288
- Navigate to your VSC folder
-
Clone repository with CLI, GitHub Desktop doesn't seem to properly reconize SSH credentials
git clone https://github.com/Organization/Repository
-
- Click
Add local repository..
- Click
NewerOlder