- NodeJS
- pnpm
- Clone the git repository:
git clone [email protected]:localvoid/ivi.git
- Go into the cloned folder:
cd ivi/
- Install all dependencies:
make init
make init
- initializes development environment.make build
- builds all packages.make test
- runs tests