fix: swap to justfile

This commit is contained in:
Elijah McMorris 2025-02-25 19:47:38 -08:00
parent 7671ab11f1
commit 40215f53e9
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
14 changed files with 186 additions and 175 deletions

View file

@ -1,5 +1,5 @@
# Contributing code
- Run `make precommit` or `make check` if using nix flakes
- Run `just precommit` or `just check` if using nix flakes
# Dev Install
## Dev Containers
@ -9,19 +9,19 @@ Install docker, vscode and the [Dev Containers Extension](https://marketplace.vi
`Ctrl+Shift+P` **Dev Containers: Open Folder in Container**
Run code with `F5` or `cargo run`
Run code with `F5` or `cargo run`
Run tests with `nix flake check` or `cargo t`
## Docker Compose
`git clone`
`make up-surrealdb.dev`
`just up surrealdb.dev`
Remove the cargo cache for buildkit with `docker builder prune --filter type=exec.cachemount`
### View Progress
`make view`
`just view`
# License
All code in this repository is dual-licensed under either [License-MIT](./LICENSE-MIT) or [LICENSE-APACHE](./LICENSE-Apache) at your option. This means you can select the license you prefer. [Why dual license](https://github.com/bevyengine/bevy/issues/2373).