- Notifications
You must be signed in to change notification settings - Fork1
ebidel/blog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Site:ericbidelman.com
Get the code:
git clone https://github.com/ebidel/blog --recursivecd blogyarn install
To run, start the server. Theenv
variableDEV=true
will recompilenunjucks templates as edits are made and server the unminified JS/CSS files.
yarn startDEV=true yarn start
Rungulp
any time you make changes to JS code.
Ensure you'veinstalled thegcloud
CLI, then run:
yarn deploy