- Bun
- Just
- Clone the git repository:
git clone git@github.com:localvoid/ivi.git - Go into the cloned folder:
cd ivi/ - Install all dependencies:
just init
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.