Find all information and installation informations at http://plugCubed.net/
Please use our bug tracker to report a bug report / feature request / enhancement.
- Thomas "TAT" Andresen
- "Unnoen"
If you want to help out translating plug³ to different languages please use our project at CrowdIn.
Feel free to contribute to the code. Note: All contributions should be applied to alpha version of plug³.
- Make a fork of this repository.
- Clone the forked repository to an empty folder.
- Run
npm install
to set up the environment. - Make your changes.
- Test your changes by putting your changes into an already build plug³.
- Submit your changes as a Pull Request to the main repo.
We are working on making it possible to build the code and be able to test it. Below is the upcoming contribute message.
Feel free to contribute to the code. Dependencies:
Note: All contributions should be applied to alpha version of plug³.
- Make a fork of this repository.
- Clone the forked repository to an empty folder.
- Run
npm install
to set up the environment. - Make your changes.
- If you haven't, set up the p3.config.js file in your home/user folder. (There is a sample file in the repository)
- Run
grunt
to compile the code and test. (Ifgrunt
doesn't work, please install it by typingnpm install -g grunt-cli
in commandline) - Submit your changes as a Pull Request to the main repo.
We would like to thank the following people
- All our lovely supporters
- Nicole "Colgate" Richardson - for being one of the creators
- plug.DJ - for creating an awesome website
Copyright © 2012-2015 The plug³ Team and other contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.