We’re building Kontext21 as an open source project and welcome contributions from the community. Whether you’re working on the core Rust implementation, Node.js bindings, or improving documentation, your help makes Kontext21 better for everyone.
# Clone the core repositorygit clone https://github.com/kontext21/k21.gitcd k21# Install dependenciescargo build# Run testscargo test
Node.js SDK
Copy
# Clone the Node.js bindingsgit clone https://github.com/kontext21/k21-node.gitcd k21-node# Install dependenciesyarn install# Build the packageyarn build# Run testsyarn test
Documentation
Copy
# Clone the docs repositorygit clone https://github.com/kontext21/docs.gitcd docs# Install dependenciesnpm install# Start the development servernpm run dev