Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 511 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 511 Bytes

Requirements

These are the software versions I personally use

$ node --version
v16.14.2
$ npm --version
8.5.0
$ yarn --version
1.22.19

Other versions may work but I can not guarantee that

Develop locally

It will start the library and demo project in dev mode

$ yarn start
  • Express: localhost:5500
  • ReactJS: localhost:6500

Code linting

This project uses prettier for linting code

Deploy to NPM

There is a pipeline for that, just do a PR and it will be merged