Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 485 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 485 Bytes

Contributing

Prerequisites

  1. Node.js (v20.5.0)
  2. pnpm (v8.14.0)

Installation

pnpm install

Execution

  1. Click the Run and Debug button in Visual Studio Code.
  2. Select Launch Program from the dropdown menu.
  3. Click the green play button.
  4. The program will run in the integrated terminal.
  5. You can use the snippet wizard vscode extension to generate code snippets.

Testing

pnpm test