Jo Chuang 5 lat temu
rodzic
commit
04d6a97425
1 zmienionych plików z 8 dodań i 4 usunięć
  1. 8 4
      docs/DEVELOPING.md

+ 8 - 4
docs/DEVELOPING.md

@@ -4,17 +4,17 @@
 docker-compose -f docker-compose.dev.yaml up --build
 ```
 
-And then visit `localhost:8080` in the browser. 
+And then visit `localhost:8080` in the browser.
 
 ### Testing
 
-From the root directory, run `go test ./...` to run all tests and ensure the builds/tests pass. 
+From the root directory, run `go test ./...` to run all tests and ensure the builds/tests pass.
 
 ### Building
 
-From the root directory, run `DOCKER_BUILDKIT=1 docker build . --file ./docker/Dockerfile -t porter`. Then you can run `docker run -p 8080:8080 porter`. 
+From the root directory, run `DOCKER_BUILDKIT=1 docker build . --file ./docker/Dockerfile -t porter`. Then you can run `docker run -p 8080:8080 porter`.
 
-To build the test container, run `DOCKER_BUILDKIT=1 docker build . --file ./docker/Dockerfile -t porter-test --target porter-test`. 
+To build the test container, run `DOCKER_BUILDKIT=1 docker build . --file ./docker/Dockerfile -t porter-test --target porter-test`.
 
 ### CLI Release
 
@@ -26,3 +26,7 @@ docker run --rm --privileged \
 -e GORELEASER_GITHUB_TOKEN='THEGITHUBTOKEN' \
 mailchain/goreleaser-xcgo ""
 ```
+
+### Dashboard
+
+We use Prettier for all ts/tsx formatting. This will eventually be enforced rigorously.