Skip to content

ebidel/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

591cc98 · Feb 11, 2024

History

73 Commits
Dec 1, 2023
Feb 11, 2024
Feb 11, 2024
Oct 8, 2018
Aug 25, 2018
Sep 13, 2018
Jan 30, 2024
Aug 29, 2018
Oct 8, 2018
Aug 25, 2018
Jun 29, 2023
Oct 8, 2018
Aug 29, 2018
Dec 1, 2023
Jun 29, 2023
Aug 29, 2018
Aug 25, 2018
Jul 2, 2023
Jul 2, 2023
Sep 14, 2018
Jul 2, 2023
Jul 2, 2023
Jul 2, 2023
Oct 8, 2018
Oct 27, 2021

Repository files navigation

Site: ericbidelman.com

Development

Get the code:

git clone https://github.com/ebidel/blog --recursive
cd blog
yarn install

To run, start the server. The env variable DEV=true will recompile nunjucks templates as edits are made and server the unminified JS/CSS files.

yarn start
DEV=true yarn start

Run gulp any time you make changes to JS code.

Deployment

Ensure you've installed the gcloud CLI, then run:

yarn deploy