Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 274 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 274 Bytes

micropub

Install and run with:

npm install
node server.js

Then go to http://localhost/pub/some-pub in your web browser. You might need to check the console to see what port it found open.

You can configure the port manually with port=4444 node server.js.