added some info

This commit is contained in:
Renaud Pawlak 2016-01-23 08:29:52 +01:00
parent efcc899751
commit bf51ffb348
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,8 @@
## What to contribute?
Check out the issues and [wiki](https://github.com/cincheo/jsweet/wiki) for bugs, sub-projects and features where your contributions could be useful.
## Your contributions
Your contributions are most welcome. Bugs and features should be first reported in the Github issues space, so that we all know who is working on what, and so that we avoid duplicate efforts.

View File

@ -53,6 +53,10 @@ More info at http://www.jsweet.org.
- [Maven plugin](https://github.com/lgrignon/jsweet-maven-plugin)
- [Gradle plugin](https://github.com/lgrignon/jsweet-gradle-plugin)
## News and more information
Most information are available on the http://www.jsweet.org. Developers, check out the [wiki](https://github.com/cincheo/jsweet/wiki).
## How to build
Prerequisites: `node` and `npm` executables must be in the path (https://nodejs.org). Note that there seem to be an issue with the `node` executable on some Unix-based machines, which should be fixed (see for instance: http://askubuntu.com/questions/235655/node-js-conflicts-sbin-node-vs-usr-bin-node).