Skip to content

Latest commit

 

History

History

website

Jest website

The Jest website is based on Docusaurus 2.

Run the dev server

You will need Node >=10.

The first time, get all the dependencies loaded via

yarn

in the root directory.

Fetch backers.json file by running

node fetchSupporters.js

Then, run the server via

yarn start

Note, you can also use yarn workspace jest-website start from the root of the Jest monorepo.

Publish the website

The site is deployed on each PR merged to main by Netlify:

Netlify Status

Archive

An older Docusaurus v1 site exist for versions <= 25.x: