1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: updates readme

This commit is contained in:
Amir Raminfar
2024-07-11 08:04:47 -07:00
parent e946e371c5
commit 4077d5ab47

View File

@@ -131,4 +131,4 @@ To Build and test locally:
2. Install [Go](https://go.dev/doc/install). 2. Install [Go](https://go.dev/doc/install).
3. Install [reflex](https://github.com/cespare/reflex) with `go install github.com/cespare/reflex@latest`. 3. Install [reflex](https://github.com/cespare/reflex) with `go install github.com/cespare/reflex@latest`.
4. Install node modules `pnpm install`. 4. Install node modules `pnpm install`.
5. Do `pnpm dev` 5. Run `make dev` to start a development server.