Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 747 Bytes

Contributing

We'd love for you to contribute to our source code and to make mframe even better than it is today! Below are the guidelines to follow.

Running the project locally

  • Run the following script which will build and watch the library, then serve it at localhost:6400
    • yarn start from the root directory.

Build Library

  • Run the following script to build bundles, es, lib version
    • yarn build from the root directory.

Coding Guidelines

ES6

We follow the es6 Style Guide

License

By contributing your code to the mframe GitHub repository, you agree to license your contribution under the MIT license.