Update readme.md
This commit is contained in:
parent
ed0c8d27f3
commit
c79e57b8da
1 changed files with 3 additions and 3 deletions
|
|
@ -12,6 +12,6 @@ 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
|
||||
pnpm install && 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/).
|
||||
Loading…
Reference in a new issue