CONTRIBUTING.md

This commit is contained in:
Elijah McMorris 2024-03-10 18:37:35 -07:00
parent c8d9abf49f
commit ca6f54cb21
2 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,14 @@
# Contributing code
# Dev Install
## Docker Compose
### Copy one
- [docker-compose-postgres.dev.yml](./docker-compose-postgres.dev.yml)
- [docker-compose-surrealdb.dev.yml](./docker-compose-surrealdb.dev.yml)
#### Then run:
- `docker compose -f docker-compose-postgres.dev.yml up --pull always -d`
- `docker compose -f docker-compose-surrealdb.dev.yml up --pull always -d`
## Dev Containers
Install docker, vscode and the [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)