Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 981 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 981 Bytes

Contributing

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

Installation

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!

Style guide

We follow the meteor style guide.

Please read the meteor style guide before making any significant contribution.