Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
Robin edited this page Mar 21, 2022 · 4 revisions

Version

Needlify is a modern project that uses modern technologies such as NodeJS. Custom HTML elements are created and generated with javascript.

Thus, to contribute and create HTML components, you need to install and use a recent version of NodeJS. At first sight, any recent version should do as long as it is greater than or equal to version 16.

Also, to install and use other packages for NodeJS, you will need to use a package manager. For this project, we use the Yarn package manager. For more information, you can go to the dedicated section.

How to contribute

  • Select an issue
  • Branch naming
  • Create an issue
  • Create a Pull Request

Standards

  • Coding style
  • Commit format
  • Pull Request format

Other references

Clone this wiki locally