Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.21 KB

Yogendra.Me

Build Site | Build Devcontainer

Quickstart

git clone --recurse-submodules [email protected]:yogendra/yogendra.me-v2.git yogendra.me
cd yogendra.me
direnv allow
scripts/init
script/ci prepare
hugo serve
Action Command
Plant UML Prepare scripts/ci prepare
Run local hugo -e local
Deploy to Beta scripts/ci deploy-beta
Deploy scrtips/ci deploy

Local

Local Pre-requisites

  • Git
  • VS Code
  • Hugo
  • Firebase cli

Local Workstation with VS Code + Devcontainer

Devcontainer Pre-requisites

  • Docker for Windows / Mac
  • VS Code
    • Extension: Remote Cotainer
    • Install local devcontainer cli
devcontainer open

Build devcontainer

scripts/ci devcontainer-build