Skip to content

Commit

Permalink
Put node_modules under SCM (as suggested by the npm FAQ)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Dahlke committed Apr 17, 2012
1 parent 279e912 commit 8116439
Show file tree
Hide file tree
Showing 315 changed files with 26,148 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -10,13 +10,9 @@ This is still work in progress.
Running
-------

To run Algorithms, first get [node.js](http://nodejs.org/) and
[npm](http://npmjs.org/) and then execute the following:

npm install express jade

Now you can run the server like this:
To run Algorithms, just get [node.js](http://nodejs.org/) and execute
the following:

node app

And finally, point your browser to: [http://localhost:3000](http://localhost:3000)
Then point your browser to: [http://localhost:3000](http://localhost:3000).
1 change: 1 addition & 0 deletions node_modules/.bin/express

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/jade

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/express/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8116439

Please sign in to comment.