Skip to content

kcking/implfuture.dev

Repository files navigation

implfuture

My personal website, hosted at implfuture.dev.

Building / Running

# local development
ibazel run //server --//:show_drafts

# build and deploy container image
bazel run -c opt //server:push-amd64 --stamp

In order to push to ECR, make sure ~/.docker/config.json contains:

{
  "credsStore": "ecr-login"
}