Thanks for taking your time to read this. We’re thrilled you’re reading this because we the help from the community to keep improving this project.
We have a handful of Cucumber features, but most of our testbed consists of RSpec examples. Please write RSpec examples for new code you create.
Please send a GitHub Pull Request with a clear list of what you’ve done (read more about pull requests). When you send a pull request, we will love you forever if you include a test to cover your changes. We can always use more test coverage. Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this: $ git commit -m “A summary of the commit > > A paragraph describing what changed and its impact.”
Start reading our code, and you’ll get the hang of it. We optimize for readability:
Local development configuration is pretty snappy. Here’s how to get set up:
yarn link from project rootcd docs-site && yarn link react-datepickeryarn build from project root (at least the first time, this will get you the dist directory that holds the code that will be linked to)yarn install from project rootyarn start from project rootyarn build:js in project rootyarn run css:dev && yarn run css:modules:dev in project root