> For the complete documentation index, see [llms.txt](https://docsv1.empirica.ly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docsv1.empirica.ly/getting-started/quick-start.md).

# Creating your experiment

Once you have finished setting up Node and Meteor, [as per our setup guide](/getting-started/setup.md), you can use `create-empirica-app` to create your experiment.

Then you can simply run the following command, where `my-experiment` is your customized experiment name (no spaces or uppercase letters):

```bash
npx create-empirica-app my-experiment
```

It will create a directory called `my-experiment` inside the current folder.\
Inside that directory, it will generate the initial [structure ](/overview/structure.md)and install the transitive dependencies.

Once the installation is done, open your project folder:

```bash
cd my-experiment
```

You can now read more about the running your experiment, the structure of an Empirica experiment, and you can try our tutorial:

{% content-ref url="/pages/-MTtiX7H8rZS8QB\_1vq\_" %}
[Running your experiment](/getting-started/quick-test.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_5avIBNy9-Me5fqN8n" %}
[Structure](/overview/structure.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MabnF5l3kFtd8vlnFQS" %}
[Tutorial: Your First Experiment](/guides/tutorial-your-first-experiment.md)
{% endcontent-ref %}
