scratch/README.md
2026-05-11 23:10:16 -04:00

17 lines
No EOL
529 B
Markdown

# Scratch, and the starting over thereof.
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. Clone it by running:
```bash
git clone https://git.hypnagaga.com/wires/scratch.git
```
Enter the directory in which it was cloned, then run:
```bash
pnpm install
pnpm run dev
```