I have been trying to set up the application in my Apple Silicon MacBook by following the Guideline, but came across issues. I got it to work in the end, I am not sure if this is an issue just for me or MacBooks in general. I wanted to post this to figure out the what is the cause and perhaps it may help others running across the same issue.
1.Currently, the devbox.json file installs vips.dev globally on Apple Silicon ("vips.dev":"platforms": ["aarch64-darwin"],}). However, this led to problems with building the sharp library. This was solved by setting SHARP_IGNORE_GLOBAL_LIBVIPS=1 as stated in this discourse, but I am wondering if this installation is necessary.
2.Simply using the yarn install lead to conflict in the package versions, causing a Typescript Compiler error. This was solved by giving adding the --immutable argument to yarn install.
Sorry if this post is redundant. Any insight would be appreciated!