# GitHub Access

Crema provides GitHub access to its users, so users can access the latest feature. Users can make a pull request to raise an issue or bug fixes.<br>

{% embed url="<https://git-access.cremawork.com>" %}
Users can access the GitHub Repository[ ](https://git-access.cremawork.com/)
{% endembed %}

1. <mark style="color:blue;">**Crema 4.x**</mark> <br>

   **I. MUI:-**  these repositories are based on the Material UI. In this repo, you will get all three state management apps(Redux, Redux-toolkit, and Context APIs)

   1. **crema-mui-4.x:** This app is based on the **CRA & Vite** based built with JavaScript
   2. **crema-mui-next-4.x:** This app is based on the **Next.js** built with JavaScript(Only support Context API, redux version available soon by the weekend)
   3. **crema-mui-ts-4.x:** This app is based on the **CRA & Vite** based built with TypeScript(Available in Jan 2023)
   4. **crema-mui-next-ts-4.x:** This app is based on the **Next.js** built with JavaScript(Available in Jan 2023)

   \
   **II. Antd:-** these repositories are based on the Ant Design system. In this repo, you will get all three state management apps(Redux, Redux-toolkit, and Context APIs)

   1. **crema-antd-4.x:** This app is based on the **CRA & Vite** based built with JavaScript
   2. **crema-antd-next-4.x:** This app is based on the **Next.js** built with JavaScript(available soon by the weekend)
   3. **crema-antd-ts-4.x:** This app is based on the **CRA & Vite** based built with TypeScript(Available in Jan-Feb 2023)
   4. **crema-antd-next-ts-4.x:** This app is based on the **Next.js** built with TypeScript(Available in Jan-Feb 2023)<br>
2. <mark style="color:blue;">**Crema 3.x**</mark>\
   \
   Inside the Crema-3.x GitHub repo, all branches' names are the same as the folder name, which you have downloaded from Themeforest.<br>

   **1. crema-3.x:-**  In this repo you will get the [MUI](https://mui.com/) based template with the [nextjs](https://nextjs.org/) and [cra](https://reactjs.org/docs/create-a-new-react-app.html). This repo contains the following branches.

   * **source:** In this branch you will get the source code of the **CRA** version, here is the [demo](https://cra.cremawork.com/).
   * **source-ts:** In this branch you will get the **TypeScript** code of the **CRA** version, here is the [demo](https://cra-ts.cremawork.com/).
   * **nextjs:** In this branch you will get the source code of the **next-js** version, here is the [demo](https://crema-next.herokuapp.com/).
   * **nextjs-ts:** In this branch you will get the **TypeScript** code of the **next-js** version, here is the [demo](https://crema-next-ts.herokuapp.com/).
   * **starter-kit-source-ts:** In this branch you will get the **TypeScript starter-kit** of the **CRA** version.
   * **starter-kit-source:** In this branch you will get the **starter-kit** of the **CRA**  version.
   * **starter-kit-nextjs:** In this branch you will get the **starter-kit** of **next-js** version.

   **2. crema-ant-3.x:-**  In this repo you will get the [Ant Design ](https://ant.design/)based template with the [cra](https://reactjs.org/docs/create-a-new-react-app.html) version. This repo contains the following branches.

   * **source:** In this branch you will get the source code of **CRA** version
   * **starter-kit-source:** In this branch you will get the **starter-kit** of **CRA** version.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cremawork.com/overview/github-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
