Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 299 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 299 Bytes

Contributing Guide

Install Node.js

Install the version of Node.js specified in .tool-versions. It doesn't matter how, I personally recommend to use asdf-vm for manage Node.js version.

Run Test

You can run vitest using yarn test in project root. Write test cases for major changes.