devika icon indicating copy to clipboard operation
devika copied to clipboard

[ISSUE] bin UI isn't working

Open JessChud opened this issue 1 year ago • 2 comments

#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!

JessChud avatar May 26 '24 00:05 JessChud

https://letmegooglethat.com/?q=bun+install

Also, right on the landing page: image

dagelf avatar May 26 '24 15:05 dagelf

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.

Bryceed avatar Jun 05 '24 06:06 Bryceed