add readme

This commit is contained in:
Andrew Maguire
2023-01-03 15:52:48 +00:00
parent e176a5292c
commit 204b9030c9
+17 -1
View File
@@ -1,3 +1,19 @@
# devcontainer
todo
## example usage
Below are some example use cases you might want to run from within the devcontainer (either within VSCode or GitHub Codespaces).
### Run pre-commit
```bash
# run pre-commit
pre-commit run --all-files
```
### Docker compose
```bash
# build the image
docker compose up --build
```