anything-llm icon indicating copy to clipboard operation
anything-llm copied to clipboard

How can I get started (development environment)

Open brinrbc opened this issue 1 year ago • 1 comments

I'm sorry for the question, but how can I start the server if I'm not deploying through docker? it is written how to upload documents and what to do next, I did not understand

upd: it was not obvious to me that the continuation of the installation was on the links below

upd: upd: But there is also no way to start the server in development mode.

brinrbc avatar Jun 16 '23 16:06 brinrbc

I have to agree, I also could not find any description of this. It would be a great help if we had a concise and easy-to-follow way to get this running - in one readme, and not scattered all across the project.

tabgab avatar Jun 17 '23 15:06 tabgab

yarn setup yarn dev:server yarn dev:frontend (in another terminal)

have a look in package.json to better understand how it all hangs together.

adieyal avatar Jun 17 '23 19:06 adieyal