Skip to main content

Installation

Prerequisites

Bun 1.2.0 or higher is required to run the project. You can install Bun with the following command.

macOS/Linux

curl -fsSL https://bun.sh/install | bash

Windows

powershell -c "irm https://bun.sh/install.ps1 | iex"

Installation

Clone the repository.

git clone https://github.com/latechforce/engine.git

Go to the project directory.

cd engine

Install the dependencies.

bun install

And you are ready to go.