Skip to content

PatMart/expressjs.com

 
 

Repository files navigation

ExpressJS.com

The site for Express.

Building

Setup:

$ npm install -g serve
$ npm install
$ make
$ serve . &
$ open http://localhost:3000

then rebuild changes with:

$ make

Contributing

  • don't edit the HTML directly, edit the jade.
  • don't commit any HTML changes, only jade changes.

Showcasing

If you have an app you'd like to showcase on the express site, do not just open an issue for it. Instead, open a pull request for it.

About

the expressjs.com website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published