-
Clone the repository.
git clone <repository_url>
-
Ensure the latest versions of yarn and node.js LTS are installed. This project was developed with node v22.13.1 in mind.
-
Install dependencies.
cd <repository_directory> npm install
-
Run the project.
npm start
This project uses platform-specific dependencies, so some things (like running from WSL) are buggy. In these cases, try installing platform-specific dependencies (e.g., @esbuild/linux_x64
). For further support, contact [email protected].