-
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.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