jest/website
Harry Dobrev 375b3ee075
Link to NestJS docs on testing with Jest (#14940)
2024-03-17 10:59:28 +01:00
..
.vscode Jest Website v2 (#11149) 2021-03-11 17:57:06 +01:00
blog Update 2018-06-27-supporting-jest-open-source.md (#14466) 2023-09-01 17:23:06 +02: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 Link to NestJS docs on testing with Jest (#14940) 2024-03-17 10:59:28 +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 Add OpenJS Logo And Footer (#14904) 2024-02-20 08:55:52 +01: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 v9 (#14735) 2023-12-25 20:43:03 +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: