Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 439 Bytes

File metadata and controls

20 lines (14 loc) · 439 Bytes

Contributing

Requirements

  • Bun
  • Just

Getting Started

  1. Clone the git repository: git clone git@github.com:localvoid/ivi.git
  2. Go into the cloned folder: cd ivi/
  3. Install all dependencies: just init

Tasks

  • just init - initializes development environment.
  • just napi build - builds NAPI bindings.
  • just tsc - builds typescript packages.
  • just napi test - runs NAPI tests.
  • just test - runs tests.