Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.06 KB

Contributing code

Dev Install

Docker Compose

Copy one

Then run:

  • make up-postgres.dev
  • make up-surrealdb.dev

Dev Containers

Install docker, vscode and the Dev Containers Extension

git clone

Ctrl+Shift+P Dev Containers: Open Folder in Container

npm run dev

nix-shell

npx npm-check-updates -u && npm i --package-lock-only

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.