Developer Guide
âšī¸ Overviewâ
The developer guide is a one-stop-shop for all things technical, within Rizing. The intent of this guide is to share content and help reduce barriers to information between lines of business, within Rizing.
Recommended topics:
- Information about products and product development
- Coding standards and general principles
- IT Infrastructure and internal environments and systems
- Information on Azure DevOps usage and project operations
Architectureâ
đ Getting Startedâ
Reading Recommendationsâ
If this is your first time here, we recommend reading the following topics, based on your situation:
Developer new hireâ
- Review Rizing's Company overview
- Review Rizing's Coding Standards and Rules
- Review Rizing's Develpment Workflow, Source Control, Branching, and Versioning docs
- Farmiliarize yourself with Rizing's IT infrastructure and Kubernetes environments
- Clone a repository and review some code
- Consider starting with this Developer Guide or OmniSpatial
- Explore other Developer Guide content
Non-technical new hireâ
- Review Rizing's Company overview
- Farmiliarize yourself with Rizing's IT infrastructure
- Review Rizing's Products Overview and Soc 2 Compliance docs
- Farmiliarize yourself with Azure DevOps usage at Rizing and Project Operations
- Explore General Docs
Non-developer that wants to contribute to Developer Guide docsâ
- Review the Markdown docs
- Review the Contributing section
âī¸ Contributingâ
Overviewâ
Product documentation is maintained using Markdown within an open source documentation application called Docusaurus. This is the standard mechanism for all product documentation within Rizing.
Familiarize yourself with Docusaurus and Rizing's documentation style guide before getting started.
See the Product Documentation section for details on setting up your environment to contribute to documentation.
Quick Startâ
If your environment is already setup:
git clone https://rizing-devops@dev.azure.com/rizing-devops/rizing/_git/monorepo
cd monorepo
npm install
See Cloning a Repository docs for help on cloning a repository for the first time in ADO.
Run docsâ
npm run start:dev-guide:docs