From da8c7cbb534673d4b92c56adbb4db0de709ea2a0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 23 Jun 2013 00:38:38 -0300 Subject: [PATCH] Update README.md - Added link to Trello Roadmap - Added list "How to contribute" --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc87efac5b..dd9a34cefc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ Please support NodeBB development! Check out our IndieGoGo campaign and like, sh ![NodeBB Login Page (with Social Logins)](http://i.imgur.com/q5tUUHW.png) +## How can I follow along/contribute? + +* Our [Indiegogo campaign](https://www.indiegogo.com/projects/nodebb-the-discussion-platform-of-the-future/) is accepting contributions until August 17th, 2013 +* Our feature roadmap is hosted on the [NodeBB Development/Roadmap Trello](https://trello.com/board/nodebb-development-roadmap/51c66b0d7c42d0a257002732) +* If you are a developer, feel free to check out the source and submit pull requests. +* If you are a designer, NodeBB needs themes! NodeBB will accept any LESS or CSS file and use it in place of the default Twitter Bootstrap theme. Consider extending Bootstrap themes by extending the base bootstrap LESS file. + ## Requirements NodeBB requires a version of Node.js at least 0.8 or greater, and a Redis version 2.6 or greater. @@ -47,4 +54,4 @@ NodeBB can also be started with helper programs, such as `supervisor` and `forev *(Optional)* Some server configurations may install the node binary as `nodejs` instead of `node`. You can re-map it (so as to not break compatibility with `node-supervisor`) by running the following command: - # update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10 \ No newline at end of file + # update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10