mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix: swap to justfile
This commit is contained in:
parent
7671ab11f1
commit
40215f53e9
14 changed files with 186 additions and 175 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue