Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazelnutcloud/meegle
Your personal search engine.
https://github.com/hazelnutcloud/meegle
Last synced: about 1 month ago
JSON representation
Your personal search engine.
- Host: GitHub
- URL: https://github.com/hazelnutcloud/meegle
- Owner: hazelnutcloud
- License: apache-2.0
- Created: 2024-02-17T01:30:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T17:07:54.000Z (11 months ago)
- Last Synced: 2024-11-05T06:21:15.866Z (3 months ago)
- Language: Svelte
- Size: 223 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Meegle
Your personal search engine
![GitHub Release Date](https://img.shields.io/github/release-date/hazelnutcloud/meegle)
![GitHub last commit](https://img.shields.io/github/last-commit/hazelnutcloud/meegle)
![GitHub License](https://img.shields.io/github/license/hazelnutcloud/meegle)## Quick Start
```bash
git clone https://github.com/hazelnutcloud/meegle.git
cd meegle
bun install
bunx playwright install # we use playwright binaries to index pages
bun dev
```1. Open [localhost:5173](http://localhost:5173) in your browser.
2. Enter a url and click "Index" to index the page.
3. Search for your indexed pages by opening up the search panel and typing in a search query.