We gladly appreciate your interest in contributing to our project. However, we are not currently accepting new contributions.
Check out the contributing section of the README
file to find out how else you can contribute to this project.
See package.json
for the list of available scripts.
This project require the following dependencies:
Install the dependencies:
pnpm install
Source files are are compiled into a single file with all dependencies, into dist
.
The dist
directory must be commited into the repository.
pnpm build
Releases are automatic, following the merge of the release pull request (see Release Action). A release PR can be explicitely generated by running manually this workflow.