> For the complete documentation index, see [llms.txt](https://mixdao.gitbook.io/dfinity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixdao.gitbook.io/dfinity/si-.-jiao-cheng/5.-ji-suan-han-shu-zhong-shi-yong-zheng-shu/chuang-jian-xin-xiang-mu.md).

# 创建新项目

创建项目步骤

1. 打开终端
2. 进入工作目录
3. 运行下面的命令来创建项目

   ```
   dfx new calc
   ```
4. 切换到项目终端

   ```
   cd calc
   ```
