Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 309 Bytes

Hapijs.com

This is the home of hapijs.com.

Running/developing

npm install
make
npm start

You may now visit http://localhost:3000 in your browser to view the site.

The server also runs a file watcher that will automatically rebuild content when files are changed.