# 创建新项目

Internet Computer的应用从项目开始。您可以使用dfx命令来创建项目。

在本教程中，我们将从默认示例应用程序开始，以说明如何使用项目中的启动文件创建应用程序。 创建新项目时，dfx 命令行工具会将默认项目目录结构添加到您的工作区。 我们在探索默认项目教程中介绍了构成项目目录的模板文件。

1.打开终端。

2.运行下列命令创建一个hello的项目﻿。

```
﻿dfx new hello﻿
```

﻿dfx new hello 命令为您的项目创建一个新的 hello 项目目录、模板文件和一个新的 Git 存储库。

3.进入项目目录﻿。

```
cd hello
```

\
﻿


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mixdao.gitbook.io/dfinity/yi-kuai-su-ru-men/2.-wang-luo-bu-shu/chuang-jian-xin-xiang-mu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
