Skip to content

brendanmurty/bcm

Repository files navigation

bcm

This repository contains my public website, other projects I've worked on, and some self-hosted systems.

Structure

Local Setup

The systems in this repository assume that your local machine:

  • Is running a Debian-based Linux OS
  • Has an up-to-date version of Docker CLI installed and ready
  • Has an up-to-date version of Deno installed and ready
  • Has an up-to-date version of Just installed and ready
  • Has an up-to-date version of Homebrew installed and ready
  • Has an up-to-date version of GitHub CLI installed and ready

Note that my dotfiles repository contains install scripts for most of the above items.

Local Tools

Run bin/setup-local.sh to setup your local environment.

bash ./bin/setup-local.sh

This repository uses Just to run commands defined in justfile.

These commands can be run in a Terminal session from any sub-directory of the repository.

To list all of the available options, run:

just list