newcomer resources in README
[platform/upstream/nodejs.git] / README.md
1 Evented I/O for V8 javascript.
2 ===
3
4 To build:
5
6     ./configure
7     make
8     make install
9
10 To run the tests:
11
12     make test
13
14 To build the documentation:
15
16     make doc
17
18 To read the documentation:
19
20     man doc/node.1
21
22 Resources for Newcomers
23 ---
24   - [nodejs.org](http://nodejs.org/)
25   - [how to install node.js and npm (node package manager)](joyeur.com/2010/12/10/installing-node-and-npm/)
26   - [list of modules](github.com/ry/node/wiki/modules)
27   - [list of companies and projects using node](github.com/ry/node/wiki)
28   - [node.js mailing list](http://groups.google.com/group/nodejs)
29   - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4)
30   - [community](https://github.com/ry/node/wiki/Community)
31   - [contributing](https://github.com/ry/node/wiki/Contributing)
32   - [big list of all the helpful wiki pages](https://github.com/ry/node/wiki/_pages)