Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 655 Bytes

Contributing guidelines

Requirements for development

  • Node.js 18/20
  • npm 9/10

Initialize development environment

Use nvm to prepare environment.

There is a .nvmrc, so you just need to run in the root directory:

nvm install
nvm use
# Now using node v20.8.0 (npm v10.1.0)

You can setup shell integration for nvm to do this automatically when moving to directory.

Install dependencies, and start to make

npm install