From 1ffac7f1181a8b6c6113f371acdc42f5f6240b3b Mon Sep 17 00:00:00 2001 From: Atridad Date: Mon, 30 Jun 2025 14:27:56 -0600 Subject: [PATCH] README Updates --- README.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b92d4dd..c5970fb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,22 @@ My personal website built with Astro and Preact! - **Talks** - **Terminal View** +** Nix shell is required for local development! Install it on your OS of choice OR use NixOS! + +## Development + +```bash +# Install dependencies +pnpm i + +# Start development server +pnpm shell # Enter nix-shell +pnpm dev + +# Build for production +pnpm build +``` + ## Resume Configuration The resume system supports multiple sections that can be enabled, disabled, and customized. @@ -160,16 +176,3 @@ organization = "Awarding Organization" date = "2023" description = "Brief description of the award" ``` - -## Development - -```bash -# Install dependencies -pnpm i - -# Start development server -pnpm dev - -# Build for production -pnpm build -```