The Jest website is based on Docusaurus 2.
You will need Node >=14.
The first time, get all the dependencies loaded via
yarnin the root directory.
Fetch backers.json file by running
node fetchSupporters.jsThen, run the server via
yarn startNote, 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 main 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/jestjs/jest/tree/jest-website-v1