Npm package
Installation via NPM Registry (recommended)
The easiest way to install Garaga is via your prefered Node.js package manager, such as npm
or yarn
.
Open your terminal or command prompt.
Run the following command:
or
Building the package from source code
The package can be build directly from source code by cloning the garaga repository. Make sure you have both Rust and Node.js installed in you machine.
Open your terminal or command prompt.
Install
wasm-pack
by running:Run the following commands:
The .tgz file with the package contents will be available in the current folder.
Install the .tgz file in your project
For reproducible builds, one can use instead docker compose. Make sure docker is installed in you machine.
Open your terminal or command prompt.
Run the following commands:
The .tgz file with the package contents will be available in the current folder.
Install the .tgz file in your project
Last updated