Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.1 KB

Contributing Guidelines

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.

Development

See package.json for the list of available scripts.

Prerequisites

This project require the following dependencies:

Setup

Install the dependencies:

pnpm install

Build

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

Release

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.