We welcome bug reports, enhancement ideas, and pull requests, in our GitHub bug tracker. Before opening a new thread please verify that your issue hasn’t already been reported.
https://github.com/pmteor/pmteor
Pmteor is made with Meteor. Thus the easiest way to start hacking is by installing the framework, cloning the git repository, and launching the application:
$ curl https://install.meteor.com/ | sh # On Mac or Linux
$ git clone https://github.com/pmteor/pmteor.git
$ cd pmteor
$ meteor npm install
$ meteor
Open http://localhost:3000
and please login.
As for any Meteor application, Pmteor is automatically refreshed when you change any file of the source code, just play with it to see how it behaves!
We follow the meteor style guide.
Please read the meteor style guide before making any significant contribution.