Update README.md

This commit is contained in:
Array in a Matrix 2023-02-18 11:12:41 -05:00 committed by GitHub
parent 6abec4e89e
commit d6317955ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
## Setup Development Environment
Install dependencies (Vite & tailwindcss)
Install dependencies (Vite & tailwindcss):
```sh
> pnpm install
```
Run webserver
Run webserver:
```sh
> pnpm run dev