# Contributing ## Reporting Issues If you find a bug or want to request a feature, please open an issue on the [Issue Tracker](https://github.com/lakshaybhushan/vecto3d/issues). ## Pull Requests If you want to contribute to the project, please open a pull request. ## Development This project uses `bun` as the package manager. Install dependencies: ```bash bun install ``` Run the development server: ```bash bun run dev ``` Build the project: ```bash bun run build ``` Thank you for checking out the vecto3d!