precommit

This commit is contained in:
Andrew Maguire
2023-01-03 16:18:23 +00:00
parent cbc17683d9
commit 3de5f1ac29
2 changed files with 6 additions and 4 deletions
+6 -3
View File
@@ -2,7 +2,8 @@
## example usage
Below are some example use cases you might want to run from within the devcontainer (either within VSCode or GitHub Codespaces).
Below are some example use cases you might want to run from within the
devcontainer (either within VSCode or GitHub Codespaces).
### Run pre-commit
@@ -20,8 +21,10 @@ docker compose up --build
You should see some docker containers being pulled and activated.
Once you see the line `open-assistant-web-1 | Listening on port 3000 url: http://localhost:3000` you should be able to access that port like below:
Once you see the line
`open-assistant-web-1 | Listening on port 3000 url: http://localhost:3000` you
should be able to access that port like below:
![port_forwarding](https://user-images.githubusercontent.com/2178292/210395676-e9c2aab5-cb54-4ae6-b1eb-ac929fd73607.png)
![website_example](https://user-images.githubusercontent.com/2178292/210396207-1b2e259f-4d5d-475d-b225-91e2bd004071.png)
![website_example](https://user-images.githubusercontent.com/2178292/210396207-1b2e259f-4d5d-475d-b225-91e2bd004071.png)
-1
View File
@@ -1,3 +1,2 @@
# ensure pre-commit is installed
pre-commit install