Source files for npmawesome.com.
Wrote a module? Know of a cool module! Send a PR and it will be published!
> git clone https://github.com/npmawesome/npmawesome.com.git
> cd npmawesome.com
> npm install
...
> docpad run
> open http://localhost:9778
All files are statically generated using docpad. Here are the key commands you should know if you want to contribute:
docpad run
starts a local development server on port9778
. All changes are immediately compiled.docpad generate
will perform a single compilation run.
To post an article, simply submit a pull request with the new files following existing conventions.