mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
Getting Started
# install npm dependencies (in all repos)
pnpm run start
# start Docker services (you must have Docker installed)
docker compose up -d
# bring up documentation / playground site
pnpm run dev
You are now up and running with the documentation site and assuming your Docker services also started up -- the search server and scraper utility -- then you will be able to start trying out searches immediately.
If for some reason your browser didn't open to http://localhost:3333 please redirect yourself there now.