-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Hello,
I followed instructions from the README to launch the server:
$ npm install
$ npm install -g bower
$ bower install
$ node server.js
Then launching hackify creates a room and I can access it from the browser. But some resources could not be loaded, resulting in missing features. The browser javascript console show a bunch or errors like:
GET http://localhost:4001/bower_components/codemirror/lib/codemirror.css 404 (Not Found)
I tried to (cd public && node ../server.js) but I get the same errors.
Manually trying to browse http://localhost:4001/bower_components gives a page with "Cannot GET /bower_components" .
Am I doing something wrong ?
Regards,
Metadata
Metadata
Assignees
Labels
No labels