Creating your experiment
Last updated
Was this helpful?
Last updated
Was this helpful?
Once you have finished setting up Node and Meteor, , you can use empirica create
to create your experiment.
Simply run the following command, where my-experiment
is your experiment name (no spaces or uppercase letters):
It will create a directory called my-experiment
inside the current folder. Inside that directory, it will generate the initial and install the transitive dependencies.
Once the installation is done, open your project folder:
You can now read more about the running your experiment, the structure of an Empirica experiment, and you can try our tutorial: