Skip to content

Latest commit

 

History

History
executable file
·
52 lines (33 loc) · 839 Bytes

File metadata and controls

executable file
·
52 lines (33 loc) · 839 Bytes

CONTRIBUTING

Contributions are always welcome, no matter how large or small.

Requirement

Setup / Building

pnpm install

You 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.

Developing

pnpm watch

For a faster reload experience, this do like build but only for a specific file you modify.

Testing

pnpm test

if you need to regenerate the snapshots:

pnpm test-rewrite-snapshots

Finally, please check that all examples of the cookbook are working correctly.

Cookbook

Run it

pnpm cookbook

License

By contributing to gl-react, you agree that your contributions will be licensed under its MIT license.