-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Mukesh Singh edited this page Aug 11, 2024
·
1 revision
git clone https://github.com/BadgerBloke/typesense-ui.gitcd typesense-ui/scriptscp .env-example .envyou can change the values in .env
docker compose up -dhttp://localhost:8108/health
In case you have changed the value in Step 3 then change the value here as well.
cd ..cp .env-example .envIn case you have changed the values in Typesense Step 3 then update the same here as well.
pnpm iIn case you are not using pnpm then delete pnpm-lock.yaml and run the dependencies installation command accordingly.
pnpm devRun the command according to your package manager if not using pnpm