https://github.com/refinedev/refine/tree/master/examples/app-crm

looking for this repo source code ??
5 Replies
kapa.ai
kapa.ai4w ago
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: ----------------------
kapa.ai
kapa.ai4w ago
<@930436382688673833> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
extended-salmon
extended-salmonOP4w ago
@kapa.ai how do u access enterprise edition
kapa.ai
kapa.ai4w ago
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:
@refinedev:registry=<https://registry.refine.dev>
//registry.refine.dev/:_authToken=${REFINE_NPM_TOKEN}

@refinedev:registry=<https://registry.refine.dev>
//registry.refine.dev/:_authToken=${REFINE_NPM_TOKEN}

- 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:
npm i @refinedev/core @refinedev/enterprise

npm i @refinedev/core @refinedev/enterprise

or
pnpm add @refinedev/core @refinedev/enterprise

pnpm add @refinedev/core @refinedev/enterprise

or
yarn add @refinedev/core @refinedev/enterprise

yarn add @refinedev/core @refinedev/enterprise

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: ----------------------
kapa.ai
kapa.ai4w ago
<@930436382688673833> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?