Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 420 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 420 Bytes

jade-lang.com

This is the source for www.jade-lang.com

Development

To test, open a command prompt and type:

$ npm install
$ node src/server.js

Make all changes in /src and they will be reflected when you refresh your browser window.

Deployment

When you have made your changes, run:

npm run build

to build the static version of the site.

Commit, push changes and submit a pull request.