From 992559cfab2295a36d59ff3022b0cb65dd3dbdef Mon Sep 17 00:00:00 2001 From: CJ Green <44074998+okaycj@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:16:42 -0500 Subject: [PATCH] Add link to docs to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c68f5e2..a6ffccf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # Lookit jsPsych -Here is the monorepo containing packages developed by Lookit to be used with +[![Documentation Status](https://readthedocs.org/projects/lookit-jspsych/badge/?version=latest)](https://lookit.readthedocs.io/projects/chs-jspsych) +[![Github Actions build](https://github.com/lookit/lookit-jspsych/actions/workflows/build.yml/badge.svg)](https://github.com/lookit/lookit-jspsych/actions/workflows/build.yml) +[![Github Actions release](https://github.com/lookit/lookit-jspsych/actions/workflows/release.yml/badge.svg)](https://github.com/lookit/lookit-jspsych/actions/workflows/release.yml) + +Here is our mono-repo containing packages developed by Lookit to used with jsPsych on the lookit.mit.edu project. +For those looking to use our jsPsych packages, please see our +[researcher documentation](https://lookit.readthedocs.io/projects/chs-jspsych). + ## Create new package We are using npm workspaces for managing our packages.