Update readme.md

This commit is contained in:
wires 2026-05-11 23:14:28 -04:00
parent ed0c8d27f3
commit c79e57b8da

View file

@ -12,6 +12,6 @@ git clone https://git.hypnagaga.com/wires/scratch.git
Enter the directory in which it was cloned, then run: Enter the directory in which it was cloned, then run:
```bash ```bash
pnpm install pnpm install && pnpm run dev
pnpm run dev ```
``` Node will install packages. Then Astro will build, start the development server, and then display the URL of the dev server. By default, it will be [http://localhost:4321/](http://localhost:4321/).