voxel / voxeljs-site

website for the voxel.js project
http://voxel.github.io/voxeljs-site/
83 stars 25 forks source link

Project directory where/how? #13

Closed 0joshuaolson1 closed 10 years ago

0joshuaolson1 commented 10 years ago

"Once node.js is installed, you can install the basic voxel.js npm package in your project directory, and then install a basic texture pack. Make a file called package.json in your project directory and give it these contents:"

This doesn't explain where project directories go. Do they have to be inside the top node_modules folder? Do we have to change a PATH variable?

max-mapper commented 10 years ago

an example of a project directory is a new empty folder that you create anywhere you want.

e.g.

cd /Users/bob
mkdir foo
cd foo