Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Add docs/book.toml with coal theme, repo link, and custom CSS - Add docs/src/SUMMARY.md with navigation structure - Create 16 content pages across guide/, architecture/, development/, reference/ - Add docs/theme/kindred.css with minimal sidebar overrides - Add .gitea/workflows/docs.yml for auto-deploy on push to main - Add docs/book/ to .gitignore Pages are populated with real content from the codebase where possible. Remaining pages have TODO markers for future content.
1.2 KiB
1.2 KiB
Getting Started
Kindred Create can be installed from prebuilt packages or built from source. This section covers both paths.
Quick start (prebuilt)
Download the latest release from the releases page.
Debian/Ubuntu:
sudo apt install ./kindred-create_*.deb
AppImage:
chmod +x KindredCreate-*.AppImage
./KindredCreate-*.AppImage
Quick start (from source)
git clone --recursive ssh://git@git.kindred-systems.com:2222/kindred/create.git
cd create
pixi run configure
pixi run build
pixi run freecad
See Installation for prebuilt package details and Building from Source for the full development setup.
First run
On first launch, Kindred Create:
- Loads the ztools and Silo workbenches automatically via the Create bootstrap module
- Opens the ZToolsWorkbench as the default workbench
- Prompts for Silo server configuration if not yet set up
- Checks for application updates in the background (after ~10 seconds)
If the Silo server is not available, Kindred Create operates normally with local file operations. The Silo features activate once a server is configured.