fair-rose
fair-rose10mo ago

How do you change the project name?

On the side bar, it says "refine Project" I've searched the entire codebase and couldn't find anything!
No description
5 Replies
kapa.ai
kapa.ai10mo ago
Hi @soto76. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- The term "refine Project" likely refers to a project that is built using the refine framework. Refine is a versatile React framework that enables the rapid development of a wide range of web applications. It provides out-of-the-box functionality for rapid development, including authentication, access control, routing, networking, state management, and i18n. To create a new refine project, you can use the refine CLI. Here's an example of how to create a new project:
npm create refine-app@latest -- -o refine-headless tutorial
npm create refine-app@latest -- -o refine-headless tutorial
This command will generate a new project with a basic configuration and a folder structure that follows best practices. The -o refine-headless flag tells the CLI to install the project with the refine-headless preset. Once the installation wizard is finished, you can open the project in your preferred code editor to start developing your application. For more information, you can refer to the refine documentation (https://refine.dev/docs/tutorial/getting-started/headless/create-project/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai10mo ago
<@934748406096736296> kapa.ai is still learning and improving, please let us know how it did by reacting below
Omer
Omer10mo ago
Hey @soto76 , You can change it with the Title property of ThemedLayoutV2, https://refine.dev/docs/api-reference/mui/components/mui-themed-layout/#title
| refine
component from refine, defines the overall structure and layout of a web page.
fair-rose
fair-rose10mo ago
That worked! Thank you so much, and sorry about posting it in #general , I thought only a bot saw my question and was getting worried. Now I know to wait, thanks again!
Omer
Omer10mo ago
Cool, please don't worry! 🥁