Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The Express.js Website

License

NotificationsYou must be signed in to change notification settings

expressjs/expressjs.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is the repository of the websiteexpressjs.com. It is hosted directly from the repository as aGitHub Pages website.

Contributing

Any person who wants to contribute to the Website is welcome! Please readContributors' Guide for more information on contributing to the Express.js documentation.

Translations

If you're interested in contributing to the site's translations, you can find more informationhere.

Build the website locally

Note

If you're only making changes to the content, you most likely won't need to run the site locally.

To preview the website locally, we have two options: using Docker or using Bundler.

Using Docker

Tip

You can runmake help to obtain detailed information on how to use our make commands.

  1. Ensure that you have Docker and Make installed.
  2. Runmake build to build the project.
  3. Runmake serve to serve the project, this include live reloading so any change will be reflected (it can take a while, check the logs).
  4. Runmake clean to remove the docker images and resources generated.

Using Bundle

  1. InstallRuby and Bundler if you don't have them already.

  2. Install thejekyll-redirect-from gem:

    $ gem install jekyll-redirect-from
  3. Clone this repository by running the following command:

    $ git clone https://github.com/expressjs/expressjs.com.git
  4. Navigate to the cloned repository directory and run the following command:

    $ bundle install

    Bundler will look in the Gemfile for which gems to install. Thegithub-pages gem includes the same version of Jekyll and other dependencies as used by GitHub Pages, so that your local setup mirrors GitHub Pages as closely as possible.

  5. Run Jekyll using the following command:

    $ bundleexec jekyll serve

    Then, loadhttp://localhost:4000 in your browser.

License

Content submitted toexpressjs.com is Creative Commons Attribution 4.0 International licensed, as found in theLICENSE.md file.


[8]ページ先頭

©2009-2025 Movatter.jp