Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 431 Bytes

nodeSVGnest

Node.js webserver wrapper for SVGnest

SVGnest is included as a git submodule, so you'll have to clone this repository recursively.

Installation

git clone --recurse-submodules https://github.com/pfedan/nodeSVGnest.git
cd nodeSVGnest
npm install

Run the webserver (listening on port 3000)

node app.js

or specify a custom port number:

node app.js 3001