GitXplorerGitXplorer
n

nodejs.org

public
6133 stars
6207 forks
40 issues

Commits

List of commits on branch main.
Verified
d9cf9b08c229d86d689691b7e487e102f93b848a

[automated]: crowdin sync (#7045)

nnodejs-crowdin committed 15 hours ago
Verified
b26f16e516522b153f709595455a0db57b412876

Blog: v22.9.0 release post (#7052)

RRafaelGSS committed 2 days ago
Verified
d16471477be36d8c4a728f259a01ef74b4d6b017

content(learn): update resources about typescript (#6951)

AAugustinMauroy committed 3 days ago
Verified
ae062434c5c4bdd943e32233de06806dcc7b45a8

Ensure Trusted Code Checkout in GitHub Actions Workflow (#7034)

UUlisesGascon committed 4 days ago
Verified
d9e08655cef249f878874da3572abcdf6b4a5d0a

fix(action): correct lint path, clean up warnings, fix lints (#7043)

bbmuenzenmeyer committed 4 days ago
Verified
4139bbbd21d3a6bdbde5c89fb94ebf1c17d6ccc2

hotfix: cache path

oovflowd committed 5 days ago

README

The README file for this repository.


Node.js Website built using Next.js with TypeScript, CSS Modules/Tailwind, and MDXv3

MIT License Crowdin Badge Powered by Vercel
Build and Analysis Checks nodejs.org scorecard badge

What is this repo?

Nodejs.org by the OpenJS Foundation is the official website for the Node.js® JavaScript runtime. This repo is the source code for the website. It is built using Next.js, a React Framework.

npm ci
npx turbo dev

# listening at localhost:3000

Contributing

This project adopts the Node.js Code of Conduct.

Any person who wants to contribute to the Website is welcome! Please read Contribution Guidelines and see the Figma Design to understand better the structure of this repository.

[!IMPORTANT]
Please read our Translation Guidelines before contributing to Translation and Localization of the Website

[!NOTE]
We recommend a read of all Relevant Links below before doing code changes; Including Dependency changes, Content changes, and Code changes.

Deployment

The Website is automatically deployed to Vercel through its GitHub App integration when new pushes happen on the main branch.

Details regarding the deployment are only accessible to the maintainers of the Website Team due to certain limitations.

The current integration is owned by the OpenJS Foundation and managed by the Website Team.

Legacy Deployment

The full setup is in https://github.com/nodejs/build/tree/master/ansible/www-standalone minus secrets and certificates.

The webhook is set up on GitHub for this project and talks to a small Node server on the host, which does the work. See the github-webhook package for this.

Node.js Binaries & API Docs

This repository does not contain the codebase or related infrastructure that serves https://nodejs.org/api/, https://nodejs.org/docs/ or https://nodejs.org/dist/.

These are maintained in different repositories and we urge users to open issues in their respective repositories, for bug reports, feature requests or any matter related to these endpoints.

  • release-cloudflare-worker: The codebase responsible for serving the Node.js Distribution Binaries, API Docs and any other assets from the links mentioned above.
    • We use Cloudflare R2 Buckets for storing our Assets and Cloudflare Workers for serving these Assets to the Web.
  • node/doc/api: The source code of our API docs, it contains all the Node.js API Documentation Markdown files
    • node/doc contains the HTML templates, CSS styles and JavaScript code that runs on the client-side of our API Docs generated pages.
    • node/tools/doc contains the tooling that validates, lints, builds and compiles our API Docs. Also responsible for generating what you see when accessing https://nodejs.org/api/.

Relevant Links

Code of Conduct

Contribution Guidelines

Collaborator Guide

Figma Design

Content vs Code

Dependency Pinning

Translation Guidelines

Thanks

  • Thanks to all contributors and collaborators that make this project possible.
  • Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.
  • Thanks to Vercel for providing the infrastructure that serves and powers the Node.js Website
  • Thanks to Cloudflare for providing the infrastructure that serves Node.js's Website, Node.js's CDN and more.
    • A really warm thank you to Cloudflare as we would not be able to serve our community without their immense support.
  • Thanks to Sentry for providing an open source license for their error reporting, monitoring and diagnostic tools.
  • Thanks to Crowdin for providing a platform that allows us to localize the Node.js Website and collaborate with translators.
  • Thanks to Orama for providing a search platform that indexes our expansive content and provides lightning-fast results for our users.