Skip to content

The monorepo I use to manage my website and a few other things. πŸš€

Notifications You must be signed in to change notification settings

cnunciato/nunciato.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b193f9 Β· Mar 1, 2025
Sep 4, 2024
Feb 3, 2025
Sep 18, 2024
Mar 1, 2025
Feb 3, 2025
Feb 3, 2025
Sep 4, 2024
Aug 27, 2024
Jan 19, 2025
Sep 21, 2024
Dec 23, 2024
Sep 8, 2024
Sep 8, 2024
Aug 27, 2024

Repository files navigation

nunciato.org

Build status

The monorepo I use to manage my website and other things. πŸš€

Handy commands

# Install all project dependencies.
npm install && npm install --workspaces

# Run the dev servers.
npm run dev

# Build all the things.
npm run build

# Deploy to the dev environments.
npm run deploy:dev --workspace infra.chris

# Tear down dev environments.
npm run destroy:dev --workspace infra.chris

# Deploy common infrastructure (e.g., the Buildkite pipeline, etc.).
npm run deploy:production -w infra.common

Commits to the dev branch trigger deployments to the AWS pre-prod environment (with Pulumi, naturally). Commits to main trigger deployments to production.