mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
1efd5438619de2ad3d7169f0242b49c70d988e88
tauri-search
use of Meilisearch for Tauri's website
Getting Started
# 1. installs deps for both CLI and Docs
# 2. starts Docs server (in dev mode with HMR), opens in browser
# 3. starts Meilisearch server in Docker
pnpm run start
If you've already installed all the deps and want more granular control you can try any of the following script targets:
# start Docker services (you must have Docker installed)
docker compose up -d
# or
pnpm run up
# stop Docker services
docker compose down
# or
pnpm run down
# turn on watcher mode for both CLI and Docs
pnpm run watch
A browser window should now have opened up pointing to http://localhost:3333. See you over there.
Description
Languages
TypeScript
76.8%
Vue
12.5%
Rust
8.2%
CSS
1.4%
JavaScript
0.7%
Other
0.4%