Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.05 KB

contribution.md

File metadata and controls

40 lines (24 loc) · 1.05 KB

Contribution Guideline

Tasks and known issues

See the issues on the repository.

Development

Technical Requirements

Ensure you install these modules globally on your development machine:

  • Node: This runs a JavaScript server locally which fetches the libraries necessary to build this project.
  • Webpack: This bundler compiles the JavaScript libraries and classes, as well as the CSS, into a single file for web deployment.

Installation

Once you checked out this project, run this command in a Terminal window:

npm install

Contributions

  • All contributions must be made via pull requests.

  • Commits must be written in past tense, and in sentence format:

    # good examples
    Added list component
    Removed superfluous style declaration
    Fixed typo in label
    
    # bad
    update
    New Thing
    remove the style declaration