fix: Update instructions to start server in BUILD.md (#3037)

server -> server start
This commit is contained in:
Randy Sugianto (Yuku)
2023-07-18 12:03:13 +08:00
committed by GitHub
parent b6e1634e45
commit 46c35e078f

View File

@@ -44,7 +44,7 @@ When developing the UI, the most convenient way is to use two terminals. The fir
In the first terminal do:
```shell
$ go run . server --insecure --without-password --disable-csrf-token-checks
$ go run . server start --insecure --without-password --disable-csrf-token-checks
```
In the second terminal, in the `htmlui` repository run:
@@ -72,7 +72,7 @@ $ npm run build
2. In the `kopia` repository run:
```shell
go run . server --insecure --without-password --html=../htmlui/build
go run . server start --insecure --without-password --html=../htmlui/build
```
## KopiaUI App