Skip to content

dennislx/jspsych-typing

Repository files navigation

jspsych-typing

You can view latest updates to know how we develop this game

This project is hosted on GitHub Pages for verfication purposes

Build the game

If you'd like to run our experiment locally

  1. Clone down the project's repository (git clone https://github.com/dennislx/jspsych-typing.git)
  2. cd jspsych-typing
  3. Make sure you have Node.js >= 18.x
  4. Run npm install to install the necessary dependencies
  5. Run npm run dev to start the preview server
  6. Visit localhost:8080 in your browser to preview the project. You can also send the network address to people using the local area network (e.g., on campus or use VPN off campus)
  7. Run npm run build to generate static files for use in deployment on platforms such as GITHUB.

Acknowledgements

This resource was made possible thanks to jsPsych, Github Pages, and my learning of jsPsych was impossible without going through Dr. David E Melnikoff's jsPsych applications.