-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Dae edited this page Nov 5, 2024
·
1 revision
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.
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
- Installation - Setting up your development environment
- Firebase Setup - Configuring Firebase and Firestore
- Development Workflow - Day-to-day development guide
- Deployment Guide - How to deploy your experiment
- Data Collection - Working with Prolific and retrieving data
- Fork this template:
Use this template
>Create a new repository
- Clone your fork:
git clone https://github.com/YOUR-USERNAME/YOUR-REPO.git
- Install dependencies:
yarn install
- Start development server:
yarn dev
See the Installation page for detailed setup instructions.