Skip to content

Repository files navigation

Site

This repository contains my website at bcm.works, related assets, tooling and documentation.

Status

GitHub Workflow Uptime Docker Image

Structure

Tech Stack

Local Setup

The following tools need to be manually installed first:

Local Tools

Run the setup tool to setup your local environment:

deno task setup

List all of the available Deno tasks:

deno task

Deployment

Setup GitHub Actions and Railway by completing the Initial Setup section from infra/README.md.

Following this, new releases can be manually triggered from GitHub Actions via release.yml.

This includes building and pushing a new Docker Image to GitHub Packages, and then deploying the Railway service.