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.
- Run the following script which will build and watch the library, then serve it at localhost:6400
yarn start
from the root directory.
- Run the following script to build bundles, es, lib version
yarn build
from the root directory.
We follow the es6 Style Guide
By contributing your code to the mframe
GitHub repository, you agree to license your contribution under the MIT license.