Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 977 Bytes

quick-start.md

File metadata and controls

32 lines (20 loc) · 977 Bytes
id title
usage
Usage

Creating your experiment

Once you have finished setting up Node and Meteor, as per our setup guide, 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):

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 and install the transitive dependencies.

Once the installation is done, open your project folder:

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:

{% page-ref page="quick-test.md" %}

{% page-ref page="../overview/structure.md" %}

{% page-ref page="../guides/tutorial-your-first-experiment/" %}