You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread covers common questions about setting up and developing Guardyn.
🚀 Getting Started
Q: What are the prerequisites?
A: You need Nix package manager installed. Run nix develop to enter the development shell with all tools (Rust, kubectl, k3d, helm, etc.).
Q: How do I set up a local development environment?
A:
nix develop # Enter dev shell
just kube-create # Create k3d cluster
just kube-bootstrap # Install core components
just k8s-deploy <service># Deploy specific services
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Frequently Asked Questions - Development
This thread covers common questions about setting up and developing Guardyn.
🚀 Getting Started
Q: What are the prerequisites?
A: You need Nix package manager installed. Run
nix developto enter the development shell with all tools (Rust, kubectl, k3d, helm, etc.).Q: How do I set up a local development environment?
A:
Q: What technologies does Guardyn use?
A:
🔧 Development
Q: How is the project structured?
A:
backend/- Rust services (auth, messaging, media, presence, notification)client/- Flutter mobile/desktop clientinfra/- Kubernetes manifests and deployment scriptsdocs/- All project documentationQ: How do I run tests?
A:
Q: How do I deploy changes?
A:
�� Security
Q: What encryption does Guardyn use?
A:
Q: Is Guardyn audited?
A: We're in MVP/PoC phase. Professional security audit is planned before production release.
📚 More Questions?
If your question isn't answered here:
We're here to help! 🤝
Beta Was this translation helpful? Give feedback.
All reactions