Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 521 Bytes

BrickCrafted

This is the source code for my personal blog written in Jekyll.

Local Development

Quick Setup with VSCode DevContainer

  1. Open the project in VSCode.
  2. Install the "Remote - Containers" extension if you haven't already.
  3. When prompted, select "Reopen in Container".
  4. Wait for the container to build and start.

Start the Server

To start the server with hot reloading, run:

make serve