From bf6c5cbe777c0d042bb638fa3ebb7da414c1a128 Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Thu, 7 Sep 2023 18:29:35 +1000 Subject: [PATCH] update development guide --- docs/contributing/contribution_guides/development.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/contributing/contribution_guides/development.md b/docs/contributing/contribution_guides/development.md index 3398297ff6..fcfb82c811 100644 --- a/docs/contributing/contribution_guides/development.md +++ b/docs/contributing/contribution_guides/development.md @@ -4,14 +4,19 @@ If you are looking to help to with a code contribution, InvokeAI uses several different technologies under the hood: Python (Pydantic, FastAPI, diffusers) and Typescript (React, Redux Toolkit, ChakraUI, Mantine, Konva). Familiarity with StableDiffusion and image generation concepts is helpful, but not essential. -For more information, please review our area specific documentation: + +## **Get Started** + +To get started, take a look at our [new contributors checklist](newContributorChecklist.md) + +Once you're setup, for more information, you can review the documentation specific to your area of interest: * #### [InvokeAI Architecure](../ARCHITECTURE.md) * #### [Frontend Documentation](development_guides/contributingToFrontend.md) * #### [Node Documentation](../INVOCATIONS.md) * #### [Local Development](../LOCAL_DEVELOPMENT.md) -**New Contributers:** Take a look at our [new contributors checklist](newContributorChecklist.md) + If you don't feel ready to make a code contribution yet, no problem! You can also help out in other ways, such as [documentation](documentation.md), [translation](translation.md) or helping support other users and triage issues as they're reported in GitHub.