https://github.com/refinedev/refine/tree/master/examples/app-crm
looking for this repo source code ??
5 Replies
Hi @yashavsarmal. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
The source code for the full-featured CRM example previously available at https://github.com/refinedev/refine/tree/master/examples/app-crm has been moved to the Enterprise Edition of refine. However, there is still a minimal version of the CRM example available for the Community Edition. You can find it here: app-crm-minimal Refine app-crm README.
If you are looking for the full-featured CRM example, you will need access to the Enterprise Edition. For open-source users, the minimal version is the available alternative.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@930436382688673833> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
rising-crimsonOP•3w ago
@kapa.ai how do u access enterprise edition
Let me check the knowledge base for you again. One moment! :books:
----------------------
To access the Refine Enterprise Edition, you need to configure your project to use Refine's private NPM registry for the @refinedev scoped packages. Here’s how you can do it:
1. Set up the private registry:
- Create or edit a
.npmrc
file in your project root with the following content:
- You can set the authentication token as an environment variable (REFINE_NPM_TOKEN
) or directly in the .npmrc
file (not recommended for security reasons).
2. Install Enterprise packages:
- Once the registry and authentication are configured, you can install enterprise packages using npm, pnpm, or yarn:
or
or
3. Obtain an authentication token:
- To get the required authentication token, you need to contact the Refine team. More details and contact information are available on the Refine Enterprise page.
For more details, see the official documentation: Refine Enterprise Edition - Getting Started
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@930436382688673833> Kapa.ai is still learning and improving, please let me know how I did by reacting below.