Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 340 Bytes

File metadata and controls

14 lines (9 loc) · 340 Bytes

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Development

To set up the development environment, run the following commands:

bun install

# To run for the unit-conversion package
bun run convert test # or cd packages/unit-conversion && bun test