mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-01 17:39:12 +00:00
1.1 KiB
1.1 KiB
Contributing code
- Run
just precommit
orjust check
if using nix flakes
Dev Install
Dev Containers
Install docker, vscode and the Dev Containers Extension
git clone
Ctrl+Shift+P
Dev Containers: Open Folder in Container
Run code with F5
or cargo run
Run tests with nix flake check
or cargo t
Docker Compose
git clone
just up surrealdb.dev
Remove the cargo cache for buildkit with docker builder prune --filter type=exec.cachemount
View Progress
just view
License
All code in this repository is dual-licensed under either License-MIT or LICENSE-APACHE at your option. This means you can select the license you prefer. Why dual license.
Your contributions
Any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.