Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephane-klein/poc-meilisearch-blog-sveltekit


https://github.com/stephane-klein/poc-meilisearch-blog-sveltekit

meilisearch poc svelte sveltekit

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# POC Meilisearch Blog SvelteKit

Context: https://github.com/stephane-klein/backlog/issues/244

```sh
$ docker-compose up -d
$ asdf install
$ pnpm install
$ ./init.js
$ pnpm run dev
```

Go to http://127.0.0.1:7700/ to play with the search engine.

Go to http://localhost:5173/ to play with SvelteKit app.

Screencast:

![](./screencasts/screencast1.gif)

```sh
$ pnpm run test

PASS src/parser.test.js
✓ adds 1 + 2 to equal 3 (1 ms)

Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.255 s
Ran all test suites.
```