Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 429 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 429 Bytes

Contributing Guidelines

Setting up an Environment

To run the test suite and our code linter, node.js and pnpm are required.

Install

$ pnpm install

Run Online Demo

$ pnpm run web:dev

Build text-search-engine

$ pnpm run text-search-engine:build

commit

$ pnpm run commit