Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 667 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 667 Bytes

Contributing to the Project

Thank you for your interest in contributing to the project! Here are the steps to get started:

Installation

  1. Make sure you have pnpm installed on your system.

  2. Open a terminal and navigate to the project directory.

  3. Run the following command to install all the dependencies:

    pnpm install

Building the Project

Once the dependencies are installed, you can build the project using the following command:

pnpm build

Running the tests

To run the tests, build the project and then open index.html in your browser. It will run the tests and display the results.