Any contributions to Restyle are greatly appreciated and encouraged!
This project and everyone participating in it is governed by the Code of Conduct document. By participating, you are expected to uphold this code. Please report unacceptable behaviour to opensource@shopify.com.
Before submitting issues, please have a quick look if there is an existing open issue here: Issues. If no related issue can be found,
please open a new issue with labels: bug
, documentation
, enhancement
or question
.
Pull requests are more than welcome! Just make sure that to include a description of the problem and how you are attempting to fix the issue.
To run the library locally, run the following commands in the root folder:
$ yarn install
$ yarn test
# OR
$ npm install
$ npm test
To build the library for testing in other projects or environments, run:
$ yarn build