Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2k
expressjs/expressjs.com
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the repository of the websiteexpressjs.com. It is hosted directly from the repository as aGitHub Pages website.
Any person who wants to contribute to the Website is welcome! Please readContributors' Guide for more information on contributing to the Express.js documentation.
If you're interested in contributing to the site's translations, you can find more informationhere.
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.
Tip
You can runmake help to obtain detailed information on how to use our make commands.
- Ensure that you have Docker and Make installed.
- Run
make buildto build the project. - Run
make serveto serve the project, this include live reloading so any change will be reflected (it can take a while, check the logs). - Run
make cleanto remove the docker images and resources generated.
InstallRuby and Bundler if you don't have them already.
Install thejekyll-redirect-from gem:
$ gem install jekyll-redirect-from
Clone this repository by running the following command:
$ git clone https://github.com/expressjs/expressjs.com.git
Navigate to the cloned repository directory and run the following command:
$ bundle install
Bundler will look in the Gemfile for which gems to install. The
github-pagesgem 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.Run Jekyll using the following command:
$ bundleexec jekyll serveThen, loadhttp://localhost:4000 in your browser.
Content submitted toexpressjs.com is Creative Commons Attribution 4.0 International licensed, as found in theLICENSE.md file.
About
The Express.js Website
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.