An open API service indexing awesome lists of open source software.

https://github.com/devsargam/fast-search

🔍 A repo testing out search with typesense
https://github.com/devsargam/fast-search

Last synced: 5 months ago
JSON representation

🔍 A repo testing out search with typesense

Awesome Lists containing this project

README

          

# Fast Search

Me learning typesense

## Steps to reproduce

- Clone the repo locally

```
mkdir typesense-data
docker compose up
```

- Fill the `.env` with `.env.example`
- Run the seeding script

```
node scripts/seed.js
```

- Run the nextjs server

```
pnpm i
pnpm dev

```