> For the complete documentation index, see [llms.txt](https://africlab.gitbook.io/cartdevkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://africlab.gitbook.io/cartdevkit/getting-started/installation-guide.md).

# Installation Guide

To create a new project using CartDevKit, run the following command:&#x20;

```
npx cartdevkit@latest create mydapp
```

Replace mydapp with the desired name of your project. This command will prompt you to select a template and configure the project settings.

**Note:**&#x20;

**You can find**[ **cartdevkit npm package here**](https://www.npmjs.com/package/cartdevkit)

### **Project Configurations**

* **Project Settings:** Customize project settings such as project name, directory structure, and template options during project creation.
* **Template Configuration:** Modify template configurations and files after project generation to tailor them to your specific requirements.
