Creating a sample OXD component
https://oxd-int-infinity.orangehrm.com/pages/number-input.html
Steps
- Fork the oxd repository (https://github.com/orangehrm/oxd)
- Setup the repository locally adding correct origin and upstream remotes
- Use node v14 and yarn v1 to install dependencies
- Create your feature branch off of
ent
branch - Do the necessary code changes following best practices
- Commit the changes following git practices
- Make a pull request to
ent
branch