jest/website
Simen Bekkhus 0466bb99fc
chore: use transpiled ESM in Docusaurus config file (#15565)
2025-04-06 12:30:05 +02:00
..
.vscode Jest Website v2 (#11149) 2021-03-11 17:57:06 +01:00
blog chore: update website deps (#15464) 2025-01-17 08:51:32 +01:00
src Remove Open Collective links from Homepage (#14839) 2024-01-09 10:47:15 +09:00
static Add OpenJS Logo And Footer (#14904) 2024-02-20 08:55:52 +01:00
versioned_docs Fix docs typo (#15426) 2025-01-16 15:34:24 +01:00
versioned_sidebars chore: roll new versions of the docs 2023-09-12 08:45:27 +02:00
README.md chore: update jest repo organisation in urls (#14413) 2023-08-15 15:00:44 +02:00
archivedVersions.json Archive docs versions 29.3 and below (#14425) 2023-08-18 09:19:18 +02:00
babel.config.js Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
docusaurus.config.js chore: use transpiled ESM in Docusaurus config file (#15565) 2025-04-06 12:30:05 +02:00
fetchSupporters.js Remove Open Collective links from Homepage (#14839) 2024-01-09 10:47:15 +09:00
i18n.js Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
package.json fix(deps): update dependency react-markdown to v10 (#15518) 2025-02-21 07:56:40 +01:00
sidebars.json chore: drop node 12 and 14 (#13033) 2022-07-17 21:14:12 +02:00
tsconfig.json Upgrade Jest website to Docusaurus v3 (#14463) 2023-09-07 18:17:23 +02:00
users.json chore: update jest repo organisation in urls (#14413) 2023-08-15 15:00:44 +02:00
versions.json chore: roll new versions of the docs 2023-09-12 08:45:27 +02:00

README.md

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

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: