Contributions are always welcome, no matter how large or small.
- Node 6+
- yarn
yarnYou must run this each time you modify one of the packages/ of the library. It rebuild the lib/ folders and will copy the packages into the projects.
yarn run watchFor a faster reload experience, this do like
buildbut only for a specific file you modify.
yarn testif you need to regenerate the snapshots:
yarn run test-rewrite-snapshotsFinally, Please check that ALL examples of the cookbook are working correctly.
Run it
cd packages/cookbook
yarn startBy contributing to gl-react, you agree that your contributions will be licensed under its MIT license.