The Jest website is based on Docusaurus 2.
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.
The site is deployed on each PR merged to master by Netlify:
- Netlify site: https://app.netlify.com/sites/jestjs
- Netlify url: https://jestjs.netlify.app
- Production url: https://jestjs.io
An older Docusaurus v1 site exist for versions <= 25.x:
- Netlify site: https://app.netlify.com/sites/jest-archive
- Url: https://archive.jestjs.io
- GitHub branch: https://github.com/facebook/jest/tree/jest-website-v1