Skip to content
Dae edited this page Nov 5, 2024 · 1 revision

jsPsych-Firebase-Firestore-Prolific-Vite Template

Welcome to the wiki for the serverless jsPsych template. This template provides a modern development environment for building online psychology experiments using TypeScript, jsPsych, Firebase, and Prolific.

Overview

This template combines several key technologies to create a robust development environment:

  • TypeScript for type-safe JavaScript development
  • Vite for fast, modern bundling
  • jsPsych for psychology experiment flow
  • Firebase/Firestore for serverless backend
  • Prolific integration for participant recruitment

Quick Links

Getting Started

  1. Fork this template: Use this template > Create a new repository
  2. Clone your fork: git clone https://github.com/YOUR-USERNAME/YOUR-REPO.git
  3. Install dependencies: yarn install
  4. Start development server: yarn dev

See the Installation page for detailed setup instructions.