This repository was archived by the owner on Dec 22, 2018. It is now read-only.

Description
Hey everybody,
I wanted to test this project because it interrest me a lot, but when i follow steps to launch the test, i have an error at 'npm start'
clone the repo
$ git clone https://github.com/instructure/pdf-annotate.js.git => OK
$ cd pdf-annotate.js => OK
intall dependencies
$ npm install => OK
start example server
$ npm start =>
./scripts/web
'.' is not recognized as an internal or external order, an executable program or a batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pdf-annotate.js@0.0.0 start: ./scripts/web
npm ERR! Exit status 1
Should i change anything ni the package.json ? Or something is missing in my configuration ?
Thanks you for your help