-
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
). If you have a mac, go into package.json
and delete the dependencies associated with linux; npm should install all mac-required packages itself on npm install
. Should be similar with windows.