kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
29 stars 5 forks source link

Is there a description how to run the Explorer without docker? #55

Closed LowLevelMahn closed 9 months ago

LowLevelMahn commented 9 months ago

...on windows, or is that not wanted or is the explorer only runable under linux

mewim commented 9 months ago

We have not tested if the Explorer app can work on Windows natively as we developd the application on macOS and Linux. If you are an end-user, we would recommend you to use the deployed Docker image as the instructions for running outside of Docker is mainly for development.

LowLevelMahn commented 9 months ago

If you are an end-user, we would recommend you to use the deployed Docker image

i will do

as the instructions for running outside of Docker is mainly for development.

link?

mewim commented 9 months ago

If you are an end-user, we would recommend you to use the deployed Docker image

i will do

as the instructions for running outside of Docker is mainly for development.

link?

https://github.com/kuzudb/explorer#environment-setup this is the instruction to run the dev server, but we did not test it on Windows. It should work on macOS and Linux.