mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
add jsPsych Builder reference to docs
This commit is contained in:
parent
ae332b3347
commit
4bc8d517ed
@ -8,7 +8,10 @@ You can run your jsPsych experiment:
|
|||||||
|
|
||||||
The way that you run your experiment will have consequences for certain aspects about how the experiment works, and what your experiment will be able to do. This page explains what you need to know about both of these options.
|
The way that you run your experiment will have consequences for certain aspects about how the experiment works, and what your experiment will be able to do. This page explains what you need to know about both of these options.
|
||||||
|
|
||||||
|
!!! info
|
||||||
|
If you are looking for a tool to automate deployment-related tasks, check out [jsPsych Builder](https://github.com/bjoluc/jspsych-builder), a CLI utility that helps to get jsPsych deployments right.
|
||||||
|
It automatically bundles scripts and style sheets, configures media preloading, and yields a zip file that contains all files for deployment (online or offline).
|
||||||
|
jsPsych Builder can also directly build JATOS experiment files (.jzip) that you can upload to a JATOS server.
|
||||||
|
|
||||||
## Offline
|
## Offline
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# jsPsych "Hello world" experiment
|
# jsPsych "Hello world" experiment
|
||||||
|
|
||||||
In the long tradition of **"Hello world!"** examples, this tutorial creates an experiment that outputs the phrase "Hello world!" to the browser. Though useless as an actual experiment, the process is helpful for learning the basics of using the jsPsych library. This tutorial will assume that you know very little about how to set up a web page.
|
In the long tradition of **"Hello world!"** examples, this tutorial creates an experiment that outputs the phrase "Hello world!" to the browser. Though useless as an actual experiment, the process is helpful for learning the basics of using the jsPsych library. This tutorial will assume that you know very little about how to set up a web page.
|
||||||
|
If this does not apply to you and you would like to utilize modern JavaScript and NPM, consider using [jsPsych Builder](https://github.com/bjoluc/jspsych-builder) instead to automate the setup, spin up a development server, and later on transpile and bundle scripts and styles.
|
||||||
|
|
||||||
## Step 1: Download the jsPsych library
|
## Step 1: Download the jsPsych library
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user