You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pamfilos. Have been wanting to contribute to this project and other projects under the org. Kindly do let me know if there is an onboarding procedure I am required to follow or any recommended route to familiarize myself with their internal workings. Would be grateful. Thanks !
For Formule we don't have any onboarding guide right now, but it is not a very big project so hopefully you can familiarize yourself with how it works by going through the code once you have read some of the docs for json-schema and rjsf (their playground will also be helpful for you to understand how that library works). Once you have done that, the main things you should pay attention to in the Formule code at first are fieldTypes.jsx, FieldTemplate.jsx and some of our custom fields and widgets in src/forms/widgets/ and src/forms/fields/. You can runformule-demo locally to play around.
The text was updated successfully, but these errors were encountered: