- Clone this repository:
git clone https://github.com/xHyroM/{NAME}.git
- Navigate to the project directory:
cd {NAME}
- Install the dependencies:
pnpm install
- To build the project, run
pnpm build
- To run tests, run
pnpm test
To contribute to this project, please follow the standard Git workflow and CONTRIBUTING.
- Fork this repository
- Create a new branch for your changes:
git checkout -b my-feature
- Commit your changes:
git commit -am "Add my feature"
- Push the branch:
git push origin my-feature
- Open a pull request
This project is licensed under the Apache-2.0 License|MIT License|MPL-2.0 License.