Back to Jest

Jest website

website/README.md

30.3.01.0 KB
Original Source

Jest website

The Jest website is based on Docusaurus 2.

Run the dev server

You will need Node >=14.

The first time, get all the dependencies loaded via

bash
yarn

in the root directory.

Fetch backers.json file by running

bash
node fetchSupporters.js

Then, run the server via

bash
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:

Archive

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