Typesense UI (Alpha) Typesense v26.0 Compatible
An OpenSource user interface for Typesense self-hosted instance.
git clone https://github.com/BadgerBloke/typesense-ui.git
cd typesense-ui/scripts
cp .env-example .env
you can change the values in .env
docker compose up -d
http://localhost:8108/health
In case you have changed the value in Step 3
then change the value here as well.
cd ..
cp .env-example .env
In case you have changed the values in Typesense Step 3
then update the same here as well.
pnpm i
In case you are not using pnpm
then delete pnpm-lock.yaml
and run the dependencies installation command accordingly.
pnpm dev
Run the command according to your package manager if not using pnpm