[ISSUE] bin UI isn't working
#7 for installation - cd ui/ bun install bun run start
is not working for me-- (.venv) JessicaComputer:devika Jessica$ cd ui/ (.venv) JessicaComputer:ui Jessica$ bun install -bash: bun: command not found (.venv) JessicaComputer:ui Jessica$ bun run start -bash: bun: command not found
Was wondering what I should do to address this? Thanks!
https://letmegooglethat.com/?q=bun+install
Also, right on the landing page:
If Bun presents issues, you can reinstall YARN on your system and initiate it using yarn followed by yarn run start. Alternatively, you can opt for the native NPM with npm install and npm run start.
Bun is recommended due to its superior performance as a Node Runtime, but it is not the sole option for running the project.