project-codeology / codeology

Codeology brings to life the art and science of code. https://codeology.braintreepayments.com/
MIT License
459 stars 84 forks source link

Running locally? Also, deleting or moving unpacked build gives, "Source Path Too Long" #2

Open arniesaha opened 8 years ago

arniesaha commented 8 years ago

Hello! I've followed the instructions and issued the following: $ path-to-codeology-master/build> npm install

This gives the following warnings: npm WARN deprecated lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403. npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible. npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.

$ path-to-codeology-master/build> grunt $ path-to-codeology-master/build> grunt watch $ path-to-codeology-master/build> grunt release

I only see the index.html at the root. How would I go about running the node server, to launch the project locally?

Also, when deleting or moving the entire unpacked project, which has a lot of files under multiple folders causes windows to give me a, "Source Path Too Long" error.

Thanks in advance, Arnab