From 718dd26cd2387dcae68f744a2b10653072e98220 Mon Sep 17 00:00:00 2001 From: wires Date: Mon, 11 May 2026 23:07:04 -0400 Subject: [PATCH] Update readme.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f1aff2..06a49db 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# Scratch -## (And the starting over thereof) +# Scratch, and the starting over thereof. -We'll build this by hand, one part at a time. +Building this by hand, one part at a time. Eventually, it will be some sort of web page, but at present is a assemblage of various techniques that I am exploring. I don't know what I'm doing, not really. ## Usage +You will need a [Node.js environment](https://nodejs.org/en/download) to use this project. Then, clone it using `git clone https://git.hypnagaga.com/wires/scratch.git` and run: + ```bash pnpm install pnpm run dev